blib/lib/Text/Xslate/Util.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 17 | 70.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
101 | 18436 | 19 | 941 | defined $s && $s =~ /\A -? [0-9]+ \z/msx && int $s eq $s && abs int $s < 2147483647 |
268 | 11 | 3 | 168 | defined $file and defined $line |
line | l | !l | condition |
---|---|---|---|
193 | 13 | 10 | $commands || '()' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
86 | 0 | 0 | 21 | ref $s or &Scalar::Util::looks_like_number($s) |
192 | 10 | 13 | 0 | not defined $commands or $commands ne '' |
244 | 177 | 0 | 0 | ref $self || $self |