| lib/SMS/Ringtone/RTTTL/Parser.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 15 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 129 | 0 | 0 | 15 | $i =~ /^\d+$/o && $i >= 0 && $i <= 15 |
| 134 | 0 | 0 | 0 | $i =~ /^\d+$/o && $i >= 0 && $i <= 15 |
| 168 | 0 | 0 | 15 | defined $options and defined $$options{'STRICT_NOTE_PART_ORDER'} |
| 398 | 509 | 0 | 0 | not $strict_note_part_order and $e =~ /^(\d*)([P;BEH]|[CDFGA]#?)([\.;&]?)(\d*)$/io |
| 424 | 505 | 0 | 4 | defined $4 and length $4 |