Branch Coverage

blib/lib/WWW/SVT/Play/Video/Stream.pm
Criterion Covered Total %
branch 6 12 50.0


line true false branch
89 0 10 if (lc $uri->scheme eq 'rtmp') { }
90 0 0 if lc $uri->scheme =~ /^rtmpe?$/
95 0 10 if ($type eq 'rtmp')
103 5 5 if ($type eq 'hls')
110 5 0 if ($type eq 'http')
111 5 0 if ($$json{'url'} =~ m[/manifest\.f4m$]) { }