Condition Coverage

blib/lib/Parse/Stata/DtaReader.pm
Criterion Covered Total %
condition 5 36 13.8


and 3 conditions

line !l l&&!r l&&r condition
85 1 0 0 2 * $testFloat > 2.7 and 2 * $testFloat < 2.9
88 0 0 1 2 * $testFloat > 2.7 and 2 * $testFloat < 2.9
101 0 3 0 $$self{'ds_format'} and $$self{'ds_format'} == 114 || $$self{'ds_format'} == 113
239 0 0 0 $a[$i] > 100 and $a[$i] < 128
243 0 0 0 $a[$i] > 32740 and $a[$i] < 32768
247 0 0 0 $a[$i] > 2147483620 and $a[$i] < 2147483648
250 0 0 0 defined $a[$i] and $a[$i] > 1.701e+38 || $a[$i] < -1.701e+38
254 0 0 0 defined $a[$i] and $a[$i] > 8.988e+307 || $a[$i] < -9**9**9
269 0 0 0 $_[0] > 0 and $_[0] < 245

or 3 conditions

line l !l&&r !l&&!r condition
101 1 2 0 $$self{'ds_format'} == 114 || $$self{'ds_format'} == 113
250 0 0 0 $a[$i] > 1.701e+38 || $a[$i] < -1.701e+38
254 0 0 0 $a[$i] > 8.988e+307 || $a[$i] < -9**9**9