blib/lib/Devel/Sub/Which.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 8 | 87.5 |
line | true | false | branch |
---|---|---|---|
27 | 1 | 4 | unless defined $sub |
29 | 0 | 4 | if (ref $sub and reftype $sub eq 'CODE') { } |
33 | 1 | 3 | unless ref $ref and reftype $ref eq 'CODE' |
42 | 1 | 2 | unless (ref $sub and reftype $sub eq 'CODE') |