Condition Coverage

blib/lib/Perl/ToPerl6.pm
Criterion Covered Total %
condition 8 18 44.4


and 3 conditions

line !l l&&!r l&&r condition
104 4 0 0 &blessed($source_code) && $source_code->isa('Perl::ToPerl6::Document')
122 1 3 0 $_[-2] and $_[-2] eq 'doc'
154 0 4 0 @transformations and my $top = $self->config->top
173 151 0 0 defined $maximum_transformations and $maximum_transformations == 0
205 19 0 0 defined $maximum_transformations and @transformations >= $maximum_transformations

or 3 conditions

line l !l&&r !l&&!r condition
35 0 6 1 $args{-'config'} || 'Perl::ToPerl6::Config'->new(%args)