Condition Coverage

blib/lib/PPIx/QuoteLike/Token/Interpolation.pm
Criterion Covered Total %
condition 5 15 33.3


and 3 conditions

line !l l&&!r l&&r condition
54 0 0 13 $elem = $self->{'ppi'}->child(0) and $elem->isa("PPI::Token::Comment")
0 0 13 $elem = $self->{'ppi'}->child(0) and $elem->isa("PPI::Token::Comment") and $elem->content =~ / \A \#line\b /msx
63 0 0 13 $wid and $elem = $self->{'ppi'}->child(0)
0 0 13 $wid and $elem = $self->{'ppi'}->child(0) and $elem->isa("PPI::Token::Whitespace")
0 0 13 $wid and $elem = $self->{'ppi'}->child(0) and $elem->isa("PPI::Token::Whitespace") and $wid == length $elem->content