lib/Template/Plugin/Date.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 15 | 60.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
133 | 25 | 0 | 0 | defined $setlocale and $try_locale eq $setlocale |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
78 | 4 | 5 | 0 | shift @_ || $$params{'time'} || $$self{'time'} || $self->now |
80 | 11 | 0 | 2 | $$params{'format'} || $$self{'format'} || $FORMAT |
82 | 2 | 3 | 14 | $$params{'locale'} || $$self{'locale'} |
84 | 0 | 0 | 19 | $$params{'gmt'} || $$self{'gmt'} |