blib/lib/Mplayer/NowPlaying.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 24 | 0.0 |
line | true | false | branch |
---|---|---|---|
19 | 0 | 0 | unless defined $log |
21 | 0 | 0 | unless (defined $mode) |
52 | 0 | 0 | if ($mode eq 'default') { } |
0 | 0 | elsif ($mode eq 'identify') { } | |
85 | 0 | 0 | if ($l =~ /$regex/) |
88 | 0 | 0 | if (exists $mplayer_internals{$tag}) |
90 | 0 | 0 | if ($tag eq 'genre') |
111 | 0 | 0 | if ($line =~ /ICY Info: StreamTitle='(.+)';.+/m) |
113 | 0 | 0 | if ($results{'icy'} =~ /(.+) - (.+) - (.+)/) |
126 | 0 | 0 | unless defined $file |
128 | 0 | 0 | if (ref $file) |
131 | 0 | 0 | unless open my $fh, '<', $file |