blib/lib/Role/Inspector.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 19 | 68.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
46 | 1 | 0 | 4 | $$info{'provides'} && $$info{'requires'} |
4 | 4 | 1 | $$info{'api'} and not $$info{'provides'} && $$info{'requires'} | |
83 | 1 | 0 | 3 | blessed $attr && $attr->can('is') |
84 | 1 | 0 | 3 | blessed $attr && $attr->can('name') |
95 | 1 | 3 | 0 | blessed $attr and $attr->can('_canonicalize_handles') |
line | l | !l | condition |
---|---|---|---|
56 | 0 | 1 | $$info{'provides'} ||= \@provides |
57 | 0 | 1 | $$info{'requires'} ||= \@requires |