Condition Coverage

inc/Test/Deep.pm
Criterion Covered Total %
condition 15 29 51.7


and 3 conditions

line !l l&&!r l&&r condition
259 20 10 20 not $Test::Deep::Expects and ref $d1
30 20 0 not $Test::Deep::Expects and ref $d1 and UNIVERSAL::isa($d1, 'Test::Deep::Cmp')
265 18 0 32 ref $d1 and ref $d2
270 20 12 0 $Test::Deep::Expects and UNIVERSAL::isa($d1, 'Test::Deep::Cmp')
305 18 28 0 ref $d1 and &Scalar::Util::refaddr($d1) == $Test::Deep::DNE_ADDR
330 10 4 32 ref $data and UNIVERSAL::isa($data, 'Test::Deep::Cmp')
384 0 0 0 $blessed eq 'Regexp' and $reftype eq 'SCALAR'

or 2 conditions

line l !l condition
483 4 0 ref $_[1] || ''

or 3 conditions

line l !l&&r !l&&!r condition
346 0 0 0 $base eq 'SCALAR' or $base eq 'REF'
0 0 0 $base eq 'Regexp' or $base eq 'REGEXP'