blib/lib/App/Checklist/Formatter.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 18 | 77.7 |
line | true | false | branch |
---|---|---|---|
32 | 1 | 0 | if (open $OTL, '<', $filename) { } |
35 | 1 | 8 | if /^\s*$/ |
36 | 3 | 5 | if (/^(\s*):(.*)$/) { } |
2 | 3 | elsif (/^(\s*);(.*)$/) { } | |
3 | 0 | elsif (/^(\s*)\[([x_])\]\s(.+)$/i) { } | |
69 | 0 | 3 | if (length $indent > $vo->{'lastindent'}) { } |
3 | 0 | elsif (length $indent == $vo->{'lastindent'}) { } | |
88 | 1 | 1 | if ($text =~ /^\s*author: (.+)/) |
91 | 1 | 1 | if ($text =~ /^\s*checklist: (.+)/) |