Condition Coverage

blib/lib/Perl/ToPerl6/Transformer/Pragmas/RewriteConstants.pm
Criterion Covered Total %
condition 0 21 0.0


and 3 conditions

line !l l&&!r l&&r condition
40 0 0 0 $elem and $elem->first_element
45 0 0 0 $current->isa('PPI::Token::Word') and $current->content =~ /^Readonly/
0 0 0 $head->isa('PPI::Token::Word') and $head->content eq 'use'
0 0 0 $head->isa('PPI::Token::Word') and $head->content eq 'use' and $head->snext_sibling
0 0 0 $head->isa('PPI::Token::Word') and $head->content eq 'use' and $head->snext_sibling and $head->snext_sibling->isa('PPI::Token::Word')
0 0 0 $head->isa('PPI::Token::Word') and $head->content eq 'use' and $head->snext_sibling and $head->snext_sibling->isa('PPI::Token::Word') and $head->snext_sibling->content eq 'constant'
81 0 0 0 $current->snext_sibling and $current->content ne '=>'