Condition Coverage

inc/Test/Deep.pm
Criterion Covered Total %
condition 15 38 39.4


and 3 conditions

line !l l&&!r l&&r condition
267 0 0 2 defined $d2 and $d1 eq $d2
275 0 41 2 not $Expects and &Scalar::Util::blessed($d1)
41 2 0 not $Expects and &Scalar::Util::blessed($d1) and $d1->isa('Test::Deep::Cmp')
281 17 0 26 ref $d1 and ref $d2
286 26 0 0 $Expects and &Scalar::Util::blessed($d1)
26 0 0 $Expects and &Scalar::Util::blessed($d1) and $d1->isa('Test::Deep::Cmp')
321 17 26 0 ref $d1 and &Scalar::Util::refaddr($d1) == $DNE_ADDR
346 4 0 39 &Scalar::Util::blessed($data) and $data->isa('Test::Deep::Cmp')
400 0 0 0 $blessed eq 'Regexp' and $reftype eq 'SCALAR'

or 2 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
262 26 0 19 ref $d1 or ref $d2
362 0 0 0 $base eq 'SCALAR' or $base eq 'REF'
0 0 0 $base eq 'Regexp' or $base eq 'REGEXP'