Condition Coverage

blib/lib/MP3/Daemon/Simple.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
98 0 0 0 $loop eq 'single' and $$self{'player'}->state == 2

or 3 conditions

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'}]