blib/lib/Test/Unit/Assertion/CodeRef.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 10 | 80.0 |
line | true | false | branch |
---|---|---|---|
17 | 0 | 36 | unless ref $code eq 'CODE' |
25 | 4 | 220 | if (ref $possible_object and ref $possible_object ne 'Regexp' and eval { do { $possible_object->isa('UNIVERSAL') } }) { } |
33 | 154 | 296 | unless $_ |
34 | 219 | 1 | @_ ? : |
42 | 227 | 0 | if (eval 'require B::Deparse') { } |