| blib/lib/MojoX/CustomTemplateFileParser.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 11 | 17 | 64.7 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 79 | 4 | 0 | 0 | defined $skipit and $skipit eq 'no' | 
| 145 | 8 | 0 | 4 | defined $skipit and $skipit eq 'no' | 
| line | l | !l | condition | 
|---|---|---|---|
| 151 | 0 | 12 | $3 || 0 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 116 | 0 | 12 | 4 | scalar @{$test->{'lines_template'};} or not $line =~ /^\s*$/ | 
| 157 | 4 | 4 | 8 | scalar @{$test->{'lines_after'};} or not $line =~ /^\s*$/ | 
| 181 | 4 | 0 | 12 | not scalar @{$test->{'lines_template'};} or $test->{'skip'} |