| blib/lib/Lemplate/Directive.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 27 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 47 | 0 | 0 | 0 | $from =~ /^-?\d+$/ and $to =~ /^-?\d+$/ |
| 87 | 0 | 0 | 0 | ref $class and @$ident > 2 |
| 0 | 0 | 0 | ref $class and @$ident > 2 and $ns = $class->{'NAMESPACE'} | |
| 95 | 0 | 0 | 0 | scalar @$ident <= 2 and not $ident->[1] |
| 113 | 0 | 0 | 0 | scalar @$var == 2 and not $var->[1] |
| 616 | 0 | 0 | 0 | @_ and ref $_[0] |
| 698 | 0 | 0 | 0 | scalar @$name == 2 and not $name->[1] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 560 | 0 | 0 | 0 | $alias ||= $file |
| 577 | 0 | 0 | 0 | $alias ||= $file |