Condition Coverage

blib/lib/Perl/ToPerl6/Transformer/Operators/FormatOperators.pm
Criterion Covered Total %
condition 0 12 0.0


and 3 conditions

line !l l&&!r l&&r condition
99 0 0 0 $_[1]->isa('PPI::Token::Label') and $_[1]->content =~ /\:$/
0 0 0 $_[1]->isa('PPI::Token::Label') and $_[1]->content =~ /\:$/ and $_[1]->sprevious_sibling
0 0 0 $_[1]->isa('PPI::Token::Label') and $_[1]->content =~ /\:$/ and $_[1]->sprevious_sibling and $_[1]->sprevious_sibling->isa('PPI::Token::Operator')
0 0 0 $_[1]->isa('PPI::Token::Label') and $_[1]->content =~ /\:$/ and $_[1]->sprevious_sibling and $_[1]->sprevious_sibling->isa('PPI::Token::Operator') and $_[1]->sprevious_sibling->content eq '?'