Condition Coverage

inc/Test/Deep.pm
Criterion Covered Total %
condition 12 29 41.3


and 3 conditions

line !l l&&!r l&&r condition
259 0 236 378 not $Test::Deep::Expects and ref $d1
236 378 0 not $Test::Deep::Expects and ref $d1 and UNIVERSAL::isa($d1, 'Test::Deep::Cmp')
265 236 0 378 ref $d1 and ref $d2
270 378 0 0 $Test::Deep::Expects and UNIVERSAL::isa($d1, 'Test::Deep::Cmp')
305 236 378 0 ref $d1 and &Scalar::Util::refaddr($d1) == $Test::Deep::DNE_ADDR
330 110 63 441 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 0 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'