Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
31 0 0 0 $_[1] and $_[1]->isa('PPI::Token::Operator')
37 0 0 0 $_[1] and $_[1]->isa('PPI::Token::Operator')
84 0 0 0 $head->isa('PPI::Structure::List') and $head->start->content eq '('
168 0 0 0 $attributes->{'is'} and $attributes->{'is'} eq 'rw'

or 3 conditions

line l !l&&r !l&&!r condition
77 0 0 0 ppi_is_fat_comma(undef, $head) or ppi_is_comma(undef, $head)
119 0 0 0 ppi_is_fat_comma(undef, $head) or ppi_is_comma(undef, $head)
137 0 0 0 ppi_is_comma(undef, $head) or ppi_is_fat_comma(undef, $head)