| blib/lib/Template/EmbeddedPerl.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 24 | 54.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 201 | 27 | 8 | 1 | builtin::blessed($_) && $_->can('to_safe_string') |
| 413 | 58 | 0 | 5 | $self->{'auto_escape'} and $self->{'auto_flatten_expr'} |
| 480 | 0 | 3 | 20 | $parent and $parent->isa('PPI::Statement::Compound') || $parent->isa('PPI::Statement') |
| 482 | 0 | 2 | 21 | $keyword and $keyword->isa("PPI::Token::Word") |
| line | l | !l | condition |
|---|---|---|---|
| 100 | 13 | 2 | builtin::blessed($string) || '' |
| 111 | 0 | 0 | builtin::blessed($string) || '' |
| 290 | 0 | 0 | ref $dir || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 122 | 0 | 0 | 0 | ref $self || $self |
| 480 | 10 | 13 | 0 | $parent->isa('PPI::Statement::Compound') || $parent->isa('PPI::Statement') |