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

or 2 conditions

line l !l condition
21 117 78 $possible_object || 'undef'

or 3 conditions

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