blib/lib/Template/Quick.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 18 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
151 | 0 | 0 | 12 | defined $text and defined $hash->{$key} |
152 | 0 | 0 | 12 | defined $key and defined $hash->{$key} |
180 | 0 | 10 | 0 | defined $_[0] and not ref $_[0] |
10 | 0 | 0 | defined $_[0] and not ref $_[0] and $_[0] eq 'Template::Quick' | |
181 | 0 | 10 | 0 | defined $_[0] && (ref $_[0] eq 'Template::Quick' || UNIVERSAL::isa($_[0], 'Template::Quick')) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
72 | 2 | 0 | 0 | ref $class || $class || $Template::Quick::DefaultClass |