blib/lib/MojoX/CustomTemplateFileParser.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 17 | 70.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
78 | 4 | 0 | 0 | defined $skipit and $skipit eq 'no' |
144 | 8 | 0 | 4 | defined $skipit and $skipit eq 'no' |
line | l | !l | condition |
---|---|---|---|
150 | 0 | 12 | $3 || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
115 | 0 | 12 | 4 | scalar @{$$test{'lines_template'};} or not $line =~ /^\s*$/ |
156 | 4 | 4 | 8 | scalar @{$$test{'lines_after'};} or not $line =~ /^\s*$/ |
180 | 4 | 4 | 8 | not scalar @{$$test{'lines_template'};} or $$test{'skip'} |