blib/lib/Code/TidyAll/Plugin.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 12 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
198 | 81 | 0 | 4 | $check_only and $new_source ne $orig_source |
233 | 3 | 0 | 46 | $path =~ $self->select_regex && !($path =~ $self->tidyall->ignore_regex) && !($path =~ $self->ignore_regex) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
126 | 0 | 0 | 0 | $self->can('transform_source') || $self->can('transform_file') |
131 | 4 | 0 | 18 | $self->can('validate_source') || $self->can('validate_file') |