| blib/lib/Finance/Quote/FTfunds.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 9 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 102 | 0 | 0 | 0 | $code =~ /^[a-zA-Z]{2}[a-zA-Z0-9]{9}\d(.*)/ and not $1 |
| 0 | 0 | 0 | $code =~ /^[a-zA-Z0-9]{6}\d(.*)/ and not $1 | |
| 0 | 0 | 0 | $code =~ /^[a-zA-Z0-9]{4,6}(.*)/ and not $1 |