| blib/lib/Jemplate.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 47 | 25.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 181 | 36 | 0 | 0 | defined $_ && !length($_) |
| 182 | 6 | 0 | 0 | $runtime and $runtime eq 1 |
| 184 | 6 | 0 | 0 | defined $runtime and not grep({$runtime =~ /$_/;} 'standard', 'lite', 'jquery', 'yui', 'legacy') |
| 185 | 3 | 3 | 0 | $list and $runtime || $compile |
| 244 | 5 | 0 | 0 | $exclude and $arg =~ /$exclude/ |
| line | l | !l | condition |
|---|---|---|---|
| 281 | 0 | 0 | $ajax ||= 'xhr' |
| 282 | 0 | 0 | $json ||= 'json2' |
| 283 | 0 | 0 | $xhr ||= 'ilinsky' |
| 286 | 0 | 0 | $ajax ||= 'jquery' |
| 289 | 0 | 0 | $ajax ||= 'yui' |
| 290 | 0 | 0 | $json ||= 'yui' |
| 293 | 0 | 0 | $ajax ||= 'xhr' |
| 294 | 0 | 0 | $json ||= 'json2' |
| 295 | 0 | 0 | $xhr ||= 'gregory' |
| 302 | 0 | 0 | $xhr ||= 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 185 | 0 | 0 | 3 | $runtime || $compile |
| 186 | 3 | 0 | 3 | $list or $runtime |
| 3 | 3 | 0 | $list or $runtime or $compile | |
| 243 | 5 | 0 | 0 | -s $arg or -d $arg |