blib/lib/Text/Trac/Ol.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 13 | 20 | 65.0 |
line | true | false | branch |
---|---|---|---|
19 | 35 | 45 | unless $l =~ /$pattern/msx |
27 | 10 | 35 | if ($type =~ /(\d)/) { } |
35 | 0 | elsif ($type eq 'a') { } | |
0 | 0 | elsif ($type eq 'A') { } | |
0 | 0 | elsif ($type eq 'i') { } | |
0 | 0 | elsif ($type eq 'I') { } | |
28 | 8 | 2 | $type == 1 ? : |
43 | 19 | 26 | if ($space > $c->ol->{'space'}) { } |
4 | 22 | elsif ($space < $c->ol->{'space'}) { } | |
65 | 35 | 10 | if ($c->hasnext and $c->nextline =~ /$pattern/msx) { } |