Condition Coverage

inc/Test/Deep.pm
Criterion Covered Total %
condition 14 35 40.0


and 3 conditions

line !l l&&!r l&&r condition
264 0 0 450 defined $d2 and $d1 eq $d2
272 0 142 426 not $Test::Deep::Expects and ref $d1
142 426 0 not $Test::Deep::Expects and ref $d1 and UNIVERSAL::isa($d1, 'Test::Deep::Cmp')
278 142 0 426 ref $d1 and ref $d2
283 426 0 0 $Test::Deep::Expects and UNIVERSAL::isa($d1, 'Test::Deep::Cmp')
318 142 426 0 ref $d1 and &Scalar::Util::refaddr($d1) == $Test::Deep::DNE_ADDR
343 0 71 497 ref $data and UNIVERSAL::isa($data, 'Test::Deep::Cmp')
397 0 0 0 $blessed eq 'Regexp' and $reftype eq 'SCALAR'

or 2 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
259 426 0 592 ref $d1 or ref $d2
359 0 0 0 $base eq 'SCALAR' or $base eq 'REF'
0 0 0 $base eq 'Regexp' or $base eq 'REGEXP'