blib/lib/App/perlminlint.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 39 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
86 | 0 | 0 | 0 | @res == 1 and ($res[0] // '') eq '' |
161 | 0 | 0 | 0 | not $yaml->[0] and ref $yaml->[0] eq 'HASH' |
171 | 0 | 0 | 0 | $fn =~ /\P{ASCII}/ and not &is_utf8($fn) |
274 | 0 | 0 | 0 | @modpath and @filepath |
0 | 0 | 0 | @modpath and @filepath and $modpath[-1] eq $filepath[-1] | |
313 | 0 | 0 | 0 | $special_re and $list->[0] =~ /$special_re/ |
333 | 0 | 0 | 0 | @$list and defined $list->[0] |
0 | 0 | 0 | @$list and defined $list->[0] and $list->[0] =~ /^-[ImMd]/ |
line | l | !l | condition |
---|---|---|---|
86 | 0 | 0 | $res[0] // '' |
215 | 0 | 0 | $self->{'_plugins'} //= [(sort {$b->priority <=> $a->priority;} $self->_plugins)] |
319 | 0 | 0 | $v // 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
71 | 0 | 0 | 0 | $app->{'help'} or not @$argv |
226 | 0 | 0 | 0 | $self->{'verbose'} or $self->{'dryrun'} |
317 | 0 | 0 | 0 | $alias->{$k} // $k |