blib/lib/Test/Unit/Assertion/CodeRef.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 11 | 90.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
25 | 206 | 8 | 10 | ref $possible_object and ref $possible_object ne 'Regexp' |
214 | 6 | 4 | ref $possible_object and ref $possible_object ne 'Regexp' and eval { do { $possible_object->isa('UNIVERSAL') } } |
line | l | !l | condition |
---|---|---|---|
24 | 140 | 84 | $possible_object || 'undef' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
43 | 225 | 2 | 0 | $deparser ||= 'B::Deparse'->new('-p') |