Branch Coverage

lib/UR/AttributeHandlers.pm
Criterion Covered Total %
branch 9 12 75.0


line true false branch
55 7 1 defined $params_str ? :
56 1 7 unless defined $attr
66 8 0 if (my $handler = _modify_attribute_handler($ref, $attr)) { }
84 0 0 if (my $handler = _fetch_attribute_handler($ref, $attr))
101 1 1 unless ($name)
117 19 81638 exists $stored_attributes_by_ref{$ref} && exists $stored_attributes_by_ref{$ref}{'overrides'} ? :