| blib/lib/App/Music/PlayTab.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 26 | 34.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 91 | 25 | 31 | 0 | $lilypond and /^\s*%/ |
| 116 | 1 | 0 | 3 | $linetype == 1 and /^%?[-+=<]/ |
| 195 | 0 | 0 | 0 | @c > 0 and $c[0] eq '.' |
| 291 | 1 | 2 | 0 | $lilypond && defined $1 |
| line | l | !l | condition |
|---|---|---|---|
| 75 | 2 | 0 | open OUTPUT, ">$output" or print STDOUT 'not ' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 84 | 0 | 2 | 0 | $debug || $test |
| 329 | 0 | 0 | 0 | @l == 8 or @l == 7 |
| 343 | 0 | 0 | 0 | /^-?\d$/ or @c == 6 |
| 632 | 0 | 0 | 2 | not &GetOptions('output=s', \$output, 'preamble=s', \$preamble, 'transpose|x=i', \$gxpose, 'lilypond=i', \$lilypond, 'syntax', \$syntax, 'ident', \$ident, 'verbose', \$verbose, 'trace', \$trace, 'help', \$help, 'test', \$test, 'debug', \$debug) or abs $gxpose > 11 |