Condition Coverage

blib/lib/Anki/Import.pm
Criterion Covered Total %
condition 19 26 73.0


and 3 conditions

line !l l&&!r l&&r condition
239 190 0 0 $line =~ /^\+\s*$/ and not $ws_mode
243 188 0 2 $line =~ /^\^\s*$/ and not $ws_mode
250 155 4 29 $line =~ /^`\s*$/ and not $ws_mode
251 20 0 9 $$last_line and not $$last_line =~ /^
+$/
258 137 11 11 $line =~ /^`{3,3}$/ and not $ws_mode
271 137 0 11 $line =~ /^`{3,3}$/ and $ws_mode
336 42 2 3 @autotags and not $new_autotags

or 2 conditions

line l !l condition
179 99 76 shift @lines || ''

or 3 conditions

line l !l&&r !l&&!r condition
209 10 0 0 $dir || logf("Could not make directory: $dir, $!")