blib/lib/Math/Business/ParabolicSAR.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 15 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
38 | 0 | 0 | 2 | 0 < $as and $as < $am |
0 | 0 | 2 | 0 < $as and $as < $am and $am < 1 | |
53 | 0 | 0 | 22 | defined($am = $this->{'am'}) and defined($as = $this->{'as'}) |
66 | 0 | 0 | 137 | ref $ar eq 'ARRAY' and @$ar == 4 |
0 | 0 | 137 | ref $ar eq 'ARRAY' and @$ar == 4 and $ar->[2] <= $ar->[1] |