| blib/lib/PPIx/QuoteLike/Token/Interpolation.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 15 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 54 | 0 | 0 | 11 | $elem = $self->{'ppi'}->child(0) and $elem->isa("PPI::Token::Comment") |
| 0 | 0 | 11 | $elem = $self->{'ppi'}->child(0) and $elem->isa("PPI::Token::Comment") and $elem->content =~ / \A \#line\b /msx | |
| 63 | 0 | 0 | 11 | $wid and $elem = $self->{'ppi'}->child(0) |
| 0 | 0 | 11 | $wid and $elem = $self->{'ppi'}->child(0) and $elem->isa("PPI::Token::Whitespace") | |
| 0 | 0 | 11 | $wid and $elem = $self->{'ppi'}->child(0) and $elem->isa("PPI::Token::Whitespace") and $wid == length $elem->content |