| lib/UR/AttributeHandlers.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 11 | 36.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 42 | 0 | 8 | 0 | exists $modify_attribute_handlers{$reftype} && $modify_attribute_handlers{$reftype}{$attr} |
| 48 | 0 | 0 | 0 | exists $fetch_attribute_handlers{$reftype} && $fetch_attribute_handlers{$reftype}{$attr} |
| 117 | 81638 | 19 | 0 | exists $stored_attributes_by_ref{$ref} && exists $stored_attributes_by_ref{$ref}{'overrides'} |
| line | l | !l | condition |
|---|---|---|---|
| 94 | 0 | 6 | $stored_attributes_by_ref{$coderef}{'overrides'} ||= [] |