Branch Coverage

inc/Test/Number/Delta.pm
Criterion Covered Total %
branch 16 38 42.1


line true false branch
125 0 5 if $found > 1
127 5 0 if ($found)
129 0 5 if $value == 0
131 5 0 if ($param eq 'within') { }
0 0 elsif ($param eq 'relative') { }
153 12 75 if (ref $p eq 'ARRAY' or ref $q eq 'ARRAY') { }
154 12 0 if (@$p == @$q) { }
157 70 10 scalar @indices ? :
165 0 80 unless ($ok)
179 0 75 unless ($ok)
186 80 7 scalar @indices ? :
192 0 0 $exp < 0 ? :
240 0 7 if $epsilon == 0
244 0 7 if (@indices)
269 0 0 abs $p > abs $q ? :
0 7 $Relative ? :
295 0 0 if $epsilon == 0
320 0 0 abs $p > abs $q ? :
0 0 $Relative ? :