| blib/lib/Data/RunningTotal.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 24 | 35 | 68.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 146 | 1 | 1 | 1 | defined $listTime and $listTime < $minTime |
| 153 | 1 | 2 | 3 | defined $listTime and $listTime == $minTime |
| 366 | 5 | 101 | 36 | $idxs[$i] >= 0 and $$dimArrays[$i][$idxs[$i]] > $currMin |
| 421 | 3 | 68 | 32 | $idxs[$i] < $maxIdx[$i] and $$dimArrays[$i][$idxs[$i]] < $currMax |
| 435 | 31 | 0 | 0 | defined $end and $$self{'counts'}[$currMax][0] > $end |
| 468 | 0 | 20 | 5 | $lastIdx >= 0 and $$list[$lastIdx][0] == $adjustedTime |
| 474 | 0 | 0 | 5 | $lastIdx >= 1 and $$list[$lastIdx - 1][1] == $value |
| line | l | !l | condition |
|---|---|---|---|
| 45 | 14 | 0 | $opts{'weight'} || 1 |
| 63 | 7 | 0 | $opts{'weight'} || 1 |
| 77 | 5 | 0 | $opts{'weight'} || 1 |
| 198 | 50 | 34 | $$tref{$_} ||= {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 18 | 0 | 2 | 0 | ref $that || $that |
| 146 | 1 | 0 | 3 | not defined $minTime or defined $listTime and $listTime < $minTime |