Condition Coverage

blib/lib/Perl/Critic.pm
Criterion Covered Total %
condition 10 15 66.6


and 3 conditions

line !l l&&!r l&&r condition
94 86 0 1 builtin::blessed($source_code) && $source_code->isa('Perl::Critic::Document')
131 22 63 0 @violations and my $top = $self->config->top
150 4386 104 0 defined $maximum_violations and $maximum_violations == 0
182 148 0 11 defined $maximum_violations and @violations >= $maximum_violations

or 3 conditions

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