| blib/lib/Text/TagTemplate.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 5 | 15 | 33.3 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 146 | 0 | 300 | 0 | defined $class and not ref $class | 
| 300 | 0 | 0 | defined $class and not ref $class and $class eq 'Text::TagTemplate' | |
| 148 | 0 | 300 | 0 | defined $class and ref $class eq 'Text::Template' || UNIVERSAL::isa($class, 'Text::TagTemplate') | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 148 | 0 | 300 | 0 | ref $class eq 'Text::Template' || UNIVERSAL::isa($class, 'Text::TagTemplate') | 
| 764 | 0 | 3 | 0 | ref $class || $class |