Condition Coverage

blib/lib/WordLists/Parse/Simple.pm
Criterion Covered Total %
condition 13 20 65.0


and 3 conditions

line !l l&&!r l&&r condition
35 2 25 7 not defined $$args{'is_header'} and $sLine =~ /^$$args{'header_marker'}/
138 21 3 0 $iLine == 0 and $sLine =~ s/^\x{feff}// || $sLine =~ s/^\xef\xbb\xbf//
143 16 6 2 $$args{'header_marker'} =~ /^\d+$/ and $iLine == $$args{'header_marker'}
155 0 0 24 defined $senses_per_line and ref $senses_per_line eq ref []

or 2 conditions

line l !l condition
95 0 0 $enc ||= 'undefined'

or 3 conditions

line l !l&&r !l&&!r condition
35 2 0 34 $$args{'is_header'} or not defined $$args{'is_header'} and $sLine =~ /^$$args{'header_marker'}/
138 1 2 0 $sLine =~ s/^\x{feff}// || $sLine =~ s/^\xef\xbb\xbf//