| blib/lib/PPIx/QuoteLike/Token/Interpolation.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 14 | 85.7 |
| line | true | false | branch |
|---|---|---|---|
| 27 | 34 | 23 | unless ($self->{'ppi'}) |
| 30 | 13 | 21 | if ($location) |
| 32 | 1 | 12 | if (defined($fn = $location->[4])) { } |
| 45 | 13 | 21 | if ($location) |
| 54 | 13 | 0 | if $elem = $self->{'ppi'}->child(0) and $elem->isa("PPI::Token::Comment") and $elem->content =~ / \A \#line\b /msx |
| 63 | 13 | 0 | if $wid and $elem = $self->{'ppi'}->child(0) and $elem->isa("PPI::Token::Whitespace") and $wid == length $elem->content |
| 80 | 7 | 9 | if $self->{'postderef'} |