blib/lib/Metabrik/Audio/Soundconverter.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 12 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
46 | 0 | 0 | 0 | $format ne 'ogg' and $format ne 'wav' |
0 | 0 | 0 | $format ne 'ogg' and $format ne 'wav' and $format ne 'mp3' | |
0 | 0 | 0 | $format ne 'ogg' and $format ne 'wav' and $format ne 'mp3' and $format ne 'flac' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
42 | 0 | 0 | 0 | $format ||= $self->format |