| blib/lib/Test/Unit/Assertion/CodeRef.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 11 | 90.9 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 22 | 185 | 2 | 8 | ref $possible_object and ref $possible_object ne 'Regexp' |
| 187 | 6 | 2 | ref $possible_object and ref $possible_object ne 'Regexp' and eval { do { $possible_object->isa('UNIVERSAL') } } |
| line | l | !l | condition |
|---|---|---|---|
| 21 | 117 | 78 | $possible_object || 'undef' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 40 | 197 | 2 | 0 | $deparser ||= 'B::Deparse'->new('-p') |