blib/lib/Text/Trac/BlockNode.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 10 | 100.0 |
line | true | false | branch |
---|---|---|---|
47 | 7 | 198 | if $l =~ /^$/ |
86 | 15 | 2055 | if grep {ref $parser eq 'Text::Trac::' . $self->_camelize($_);} @{$c->in_block_of;} and $type =~ /^block/ |
88 | 206 | 1849 | unless my $pattern = $parser->pattern |
90 | 110 | 1739 | if ($l =~ /$pattern/) |
95 | 207 | 107 | if not @matched_parsers and $type =~ /^block/ |