| blib/lib/Math/Business/MACD.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 20 | 50.0 |
| line | true | false | branch |
|---|---|---|---|
| 29 | 0 | 1 | if (@_ == 3) |
| 40 | 0 | 1 | if $slow <= 0 |
| 41 | 0 | 1 | if $fast <= 0 |
| 42 | 0 | 1 | if $trig <= 0 |
| 63 | 0 | 0 | unless defined $m and defined $t |
| 73 | 26 | 16 | unless defined $f and defined $s |
| 74 | 0 | 16 | if (wantarray) |
| 76 | 0 | 0 | unless defined $t |
| 87 | 0 | 39 | unless $$this{'days'} |
| 94 | 14 | 25 | if defined $m |