| lib/SmotifTF/GeometricalCalculations.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 23 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 485 | 0 | 0 | 0 | defined(my $line = <$fh>) and $done == 0 |
| 520 | 0 | 0 | 0 | defined(my $line = <$fh>) and $done == 0 |
| 702 | 0 | 0 | 0 | abs $evec[0] >= abs $evec[1] and abs $evec[0] >= abs $evec[2] |
| 767 | 0 | 0 | 0 | $j < $count and $ang < $lim |
| 0 | 0 | 0 | $j < $count and $ang < $lim and $j < $term | |
| 931 | 0 | 0 | 0 | $eigs[0] > $eigs[1] and $eigs[0] > $eigs[2] |
| line | l | !l | condition |
|---|---|---|---|
| 169 | 0 | 0 | $file || die("Cannot open $file") |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 151 | 0 | 0 | 0 | open FILE1, $filename or open FILE1, $filename2 |