blib/lib/Perl/Critic.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 15 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
97 | 2726 | 0 | 0 | &blessed($source_code) && $source_code->isa('Perl::Critic::Document') |
134 | 1794 | 930 | 0 | @violations and my $top = $self->config->top |
153 | 6700 | 281 | 0 | defined $maximum_violations and $maximum_violations == 0 |
185 | 2952 | 49 | 37 | defined $maximum_violations and @violations >= $maximum_violations |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
35 | 0 | 2730 | 1 | $args{'-config'} || 'Perl::Critic::Config'->new(%args) |