Condition Coverage

blib/lib/Test/Unit/Assertion/CodeRef.pm
Criterion Covered Total %
condition 10 11 90.9


and 3 conditions

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') } }

or 2 conditions

line l !l condition
24 140 84 $possible_object || 'undef'

or 3 conditions

line l !l&&r !l&&!r condition
43 225 2 0 $deparser ||= 'B::Deparse'->new('-p')