| blib/lib/Text/Xslate/PP.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 38 | 7.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 397 | 0 | 0 | 0 | &Scalar::Util::blessed($sv) and my $m = overload::Method($sv, $ov) |
| 408 | 0 | 0 | 0 | defined $y && $x eq $y |
| 421 | 0 | 0 | 0 | defined $x and $x eq $item |
| 434 | 0 | 0 | 0 | defined $x && exists $y->{$x} |
| 437 | 0 | 0 | 0 | defined $x && $x eq $y |
| 551 | 0 | 0 | 0 | defined $mtime and $mtime > $cache_mtime |
| 553 | 0 | 0 | 0 | $i != 2 and $main_cache |
| 629 | 0 | 0 | 0 | $file eq ' |
| line | l | !l | condition |
|---|---|---|---|
| 9 | 0 | 1 | $ENV{'XSLATE'} || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 88 | 0 | 1 | 0 | @_ == 2 or @_ == 3 |
| 347 | 0 | 0 | 0 | ref $s eq 'Text::Xslate::Type::Raw' or not defined $s |
| 516 | 0 | 0 | 1 | ref $tmpl ne 'ARRAY' or not exists $self->{'tmpl_st'}{$name} |
| 528 | 0 | 0 | 0 | $retried > 0 or tx_all_deps_are_fresh($tmpl, $cache_mtime) |