blib/lib/SMIL/MediaResolver.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 12 | 0.0 |
line | true | false | branch |
---|---|---|---|
44 | 0 | 0 | if (ref $thisSrc) { } |
0 | 0 | elsif ($thisSrc) { } | |
58 | 0 | 0 | if ($thisSrc =~ /^http:/ and $lwpInstalled) { } |
0 | 0 | elsif (not $thisSrc =~ /^http:/) { } | |
64 | 0 | 0 | if (open CONTENT, $thisSrc) |
81 | 0 | 0 | if $filename =~ /\.(.*?)$/ |