| lib/MKDoc/Text/Structured/UL.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 16 | 18 | 88.8 |
| line | true | false | branch |
|---|---|---|---|
| 14 | 267 | 7 | unless $marker |
| 25 | 7 | 45 | unless $$self{'lines'} |
| 29 | 11 | 34 | if $line eq '' |
| 30 | 1 | 33 | if $line =~ /^\s+$/ |
| 31 | 17 | 16 | if $line =~ /^$re/ |
| 34 | 13 | 3 | if ($marker) |
| 64 | 0 | 58 | unless $current |
| 66 | 45 | 13 | if ($current->is_ok($line)) { } |
| 78 | 7 | 0 | if $current |