blib/lib/Config/TT2.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 9 | 88.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
26 | 12 | 12 | 7 | defined $_[0] && ref $_[0] eq 'HASH' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
63 | 20 | 0 | 1 | 'Template'->new($$self{'_PARAMS'}) || croak("$Template::ERROR\n") |
133 | 17 | 17 | 85 | $key eq 'inc' or $key eq 'dec' |