blib/lib/Dotiac/DTL/Parser.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 19 | 52.6 |
line | l | !l | condition |
---|---|---|---|
88 | 0 | 6 | $$found = $c and return $text |
127 | 0 | 140 | $$found = $tagname and return 'Dotiac::DTL::Tag'->new($pre) |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
68 | 0 | 0 | 6 | $starttag and not ref $starttag |
69 | 0 | 6 | 0 | $starttag and ref $starttag eq 'ARRAY' |
88 | 0 | 2 | 6 | $found and grep {$_ eq $tagname;} @end |
90 | 0 | 0 | 2 | $found and grep {$_ eq $tagname;} @starttag |
127 | 136 | 27 | 140 | $found and grep {$_ eq $tagname;} @end |