| blib/lib/FFmpeg/Command.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 14 | 14.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 121 | 0 | 0 | 0 | defined $option{$_} and defined $output_option{$_} |
| 0 | 0 | 0 | defined $metadata{$_} and defined $output_option{$_} |
| line | l | !l | condition |
|---|---|---|---|
| 49 | 0 | 7 | shift() || 'ffmpeg' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 52 | 0 | 0 | 14 | $ret == 0 or $ret == 1 |
| 78 | 0 | 0 | 0 | $$args{'file'} || $$args{'files'} |