Condition Coverage

blib/lib/Perl/Critic.pm
Criterion Covered Total %
condition 9 15 60.0


and 3 conditions

line !l l&&!r l&&r condition
94 86 0 0 &blessed($source_code) && $source_code->isa('Perl::Critic::Document')
131 22 62 0 @violations and my $top = $self->config->top
150 4247 100 0 defined $maximum_violations and $maximum_violations == 0
182 142 0 8 defined $maximum_violations and @violations >= $maximum_violations

or 3 conditions

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