blib/lib/MP3/Daemon/Simple.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 15 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
98 | 0 | 0 | 0 | $loop eq 'single' and $$self{'player'}->state == 2 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
98 | 0 | 0 | 0 | $loop ne 'single' or $loop eq 'single' and $$self{'player'}->state == 2 |
221 | 0 | 0 | 0 | $tag ||= get_mp3tag($_) |
222 | 0 | 0 | 0 | $$tag{'TITLE'} ||= (fileparse($_, '\\..*$'))[0] |
379 | 0 | 0 | 0 | shift() || ('on', 'off')[$$self{'random'}] |