Condition Coverage

inc/Test/Deep.pm
Criterion Covered Total %
condition 6 38 15.7


and 3 conditions

line !l l&&!r l&&r condition
267 0 0 0 defined $d2 and $d1 eq $d2
275 0 1 0 not $Expects and &Scalar::Util::blessed($d1)
1 0 0 not $Expects and &Scalar::Util::blessed($d1) and $d1->isa('Test::Deep::Cmp')
281 1 0 0 ref $d1 and ref $d2
286 0 0 0 $Expects and &Scalar::Util::blessed($d1)
0 0 0 $Expects and &Scalar::Util::blessed($d1) and $d1->isa('Test::Deep::Cmp')
321 1 0 0 ref $d1 and &Scalar::Util::refaddr($d1) == $DNE_ADDR
346 0 0 1 &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 0 0 1 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'