| blib/lib/FlashVideo/Downloader.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 20 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 26 | 0 | 0 | 0 | $^O =~ /MSWin/i and $self->player eq 'VLC' |
| 88 | 0 | 0 | 0 | $file ne '-' and -e $file |
| 166 | 0 | 0 | 0 | $offset and not $response->header('Content-Range') |
| 191 | 0 | 0 | 0 | not $$self{'downloaded'} and length $data > 16 |
| line | l | !l | condition |
|---|---|---|---|
| 183 | 0 | 0 | $data || die("Unable to write to '$$self{'printable_filename'}': $!\n") |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 107 | 0 | 0 | 0 | not $answer or lc $answer eq 'n' |
| 229 | 0 | 0 | 0 | $percent != $$self{'percent'} or time != $$self{'last_time'} |