Condition Coverage

blib/lib/PPIx/Regexp/Token/Interpolation.pm
Criterion Covered Total %
condition 13 24 54.1


and 3 conditions

line !l l&&!r l&&r condition
197 0 0 2 @kids == 1 and $kids[0]->isa("PPI::Statement")
199 0 0 2 @kids == 1 and $kids[0]->isa("PPI::Structure::Constructor")
0 0 2 @kids == 1 and $kids[0]->isa("PPI::Structure::Constructor") and $kids[0]->start eq "["
226 6 37 63 $allow_subscript and $next = $next->snext_sibling
322 0 0 4 $kids[1]->isa("PPI::Token::Operator") and $kids[1]->content eq "=>"
328 0 2 1 @kids and $kids[0]->isa("PPI::Token::Symbol")
334 0 0 1 @kids == 2 and $kids[1]->isa("PPI::Structure::Subscript")

or 3 conditions

line l !l&&r !l&&!r condition
255 4 19 2 not $in_regexp or $class->_subscript($next)