Condition Coverage

lib/SmotifTF/GeometricalCalculations.pm
Criterion Covered Total %
condition 0 20 0.0


and 3 conditions

line !l l&&!r l&&r condition
465 0 0 0 defined(my $line = <$fh>) and $done == 0
500 0 0 0 defined(my $line = <$fh>) and $done == 0
682 0 0 0 abs $evec[0] >= abs $evec[1] and abs $evec[0] >= abs $evec[2]
747 0 0 0 $j < $count and $ang < $lim
0 0 0 $j < $count and $ang < $lim and $j < $term
911 0 0 0 $eigs[0] > $eigs[1] and $eigs[0] > $eigs[2]

or 2 conditions

line l !l condition
150 0 0 $file || die("Cannot open $file")