Condition Coverage

blib/lib/Locale/Maketext/Extract/Plugin/PPI.pm
Criterion Covered Total %
condition 17 24 70.8


and 3 conditions

line !l l&&!r l&&r condition
30 58 82 0 @children and $child->isa('PPI::Token::Word') && $subnames{$child->content} || $child->isa('PPI::Token::Magic') && $child->content eq '_'
37 0 0 45 $list->isa('PPI::Structure::List') and $list->schildren
96 36 0 13 $next_op and $next_op->isa('PPI::Token::Operator')
36 9 4 $next_op and $next_op->isa('PPI::Token::Operator') and $next_op->content eq '.'

or 3 conditions

line l !l&&r !l&&!r condition
30 4 0 78 $child->isa('PPI::Token::Word') && $subnames{$child->content} || $child->isa('PPI::Token::Magic') && $child->content eq '_'
57 34 15 0 $string_el->isa('PPI::Token::Quote') or $string_el->isa('PPI::Token::HereDoc')
59 4 45 0 $line ||= $string_el->location->[0]
70 18 1 11 $string_el->isa('PPI::Token::Quote::Double') || $string_el->isa('PPI::Token::Quote::Interpolate')