| blib/lib/Lemplate.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 27 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 211 | 0 | 0 | 0 | defined $_ && !length($_) |
| 212 | 0 | 0 | 0 | $runtime and $runtime eq 1 |
| 214 | 0 | 0 | 0 | defined $runtime and not grep({$runtime =~ /$_/;} 'standard', 'lite', 'jquery', 'yui', 'legacy') |
| 215 | 0 | 0 | 0 | $list and $runtime || $compile |
| 275 | 0 | 0 | 0 | $exclude and $arg =~ /$exclude/ |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 215 | 0 | 0 | 0 | $runtime || $compile |
| 216 | 0 | 0 | 0 | $list or $runtime |
| 0 | 0 | 0 | $list or $runtime or $compile | |
| 274 | 0 | 0 | 0 | -s $arg or -d $arg |