blib/lib/FlashVideo/Generic.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 24 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
88 | 0 | 0 | 0 | $possible_filename and not $possible_filename =~ /^[0-9_.]+@{[\undef];}$/ |
93 | 0 | 0 | 0 | $title and not $title =~ /\Q$possible_filename\E/i |
180 | 0 | 0 | 0 | not $actual_url and $file =~ /\?(.*)/ |
227 | 0 | 0 | 0 | $package and $package ne 'FlashVideo::Generic' |
235 | 0 | 0 | 0 | $content_type =~ m[application/] and $uri ne $orig_uri |
252 | 0 | 0 | 0 | not defined $once and $browser->content =~ m[(http[-:/a-zA-Z0-9%_.?=&]+)]i |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
196 | 0 | 0 | 0 | $filename || (split(m[/], $actual_url, 0))[-1] |
241 | 0 | 0 | 0 | 'FlashVideo::Downloader'->check_magic($browser->content) or $uri =~ /$video_re/ |