blib/lib/Module/Checkstyle/Config.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 15 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
28 | 0 | 2 | 1 | $file and -e $file |
2 | 0 | 1 | $file and -e $file and -f $file | |
48 | 25 | 2 | 0 | exists $$self{'_'}{'global-error-level'} and $$self{'_'}{'global-error-level'} =~ /^cricial|error|info|warn$/ |
74 | 0 | 87 | 64 | defined $check and not defined $property |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
100 | 3 | 38 | 0 | $level || $self->get_directive('_', 'global-error-level') |