blib/lib/Anki/Import.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 19 | 26 | 73.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
239 | 177 | 0 | 0 | $line =~ /^\+\s*$/ and not $ws_mode |
243 | 175 | 0 | 2 | $line =~ /^\^\s*$/ and not $ws_mode |
250 | 144 | 2 | 29 | $line =~ /^`\s*$/ and not $ws_mode |
251 | 20 | 0 | 9 | $$last_line and not $$last_line =~ /^ +$/ |
258 | 126 | 10 | 10 | $line =~ /^`{3,3}$/ and not $ws_mode |
271 | 126 | 0 | 10 | $line =~ /^`{3,3}$/ and $ws_mode |
324 | 40 | 2 | 3 | @autotags and not $new_autotags |
line | l | !l | condition |
---|---|---|---|
179 | 93 | 71 | shift @lines || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
209 | 9 | 0 | 0 | $dir || logf("Could not make directory: $dir, $!") |