Condition Coverage

blib/lib/Video/DVDRip/FilterList.pm
Criterion Covered Total %
condition 0 48 0.0


and 3 conditions

line !l l&&!r l&&r condition
229 0 0 0 $filter and $filter->capabilities
588 0 0 0 $range_from == 0 and $range_to == 1
0 0 0 $range_to ne '' and $range_from ne ''
0 0 0 $range_to ne '' and $range_from ne '' and $range_to - $range_from < 20

or 2 conditions

line l !l condition
122 0 0 mkdir $dir, 493 or die "can't create $dir"
388 0 0 $info ||= 'unknown'
427 0 0 $info ||= 'unknown'

or 3 conditions

line l !l&&r !l&&!r condition
145 0 0 0 not -f $filename or $filter_mtime < $transcode_mtime
0 0 0 not -f $filename or $filter_mtime < $transcode_mtime or $filter_mtime < $FilterList_mtime
575 0 0 0 $range_to eq 'oo' or $range_to < $range_from
579 0 0 0 $range_from eq '' or $range_from =~ /\D/
583 0 0 0 $range_to eq '' or $range_to =~ /\D/
587 0 0 0 $fractional or $range_from =~ /\D/
0 0 0 $fractional or $range_from =~ /\D/ or $range_to =~ /\D/
615 0 0 0 $self->checkbox or $self->switch
626 0 0 0 $range eq 'W' or $range eq 'width'
627 0 0 0 $range eq 'H' or $range eq 'height'