| blib/lib/App/perlminlint.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 36 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 82 | 0 | 0 | 0 | @res == 1 and ($res[0] // '') eq '' |
| 144 | 0 | 0 | 0 | not $yaml->[0] and ref $yaml->[0] eq 'HASH' |
| 251 | 0 | 0 | 0 | @modpath and @filepath |
| 0 | 0 | 0 | @modpath and @filepath and $modpath[-1] eq $filepath[-1] | |
| 290 | 0 | 0 | 0 | $special_re and $list->[0] =~ /$special_re/ |
| 310 | 0 | 0 | 0 | @$list and defined $list->[0] |
| 0 | 0 | 0 | @$list and defined $list->[0] and $list->[0] =~ /^-[ImMd]/ |
| line | l | !l | condition |
|---|---|---|---|
| 82 | 0 | 0 | $res[0] // '' |
| 194 | 0 | 0 | $self->{'_plugins'} //= [(sort {$b->priority <=> $a->priority;} $self->_plugins)] |
| 296 | 0 | 0 | $v // 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 67 | 0 | 0 | 0 | $app->{'help'} or not @$argv |
| 203 | 0 | 0 | 0 | $self->{'verbose'} or $self->{'dryrun'} |
| 294 | 0 | 0 | 0 | $alias->{$k} // $k |