| blib/lib/App/perlminlint/Object.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 8 | 20 | 40.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 23 | 0 | 0 | 0 | @_ == 1 && ref $_[0] eq 'HASH' | 
| 63 | 2 | 0 | 2 | @$args >= 2 and ref $args->[1] || $args->[1] =~ /^-/ | 
| 88 | 0 | 0 | 1 | @fields == 1 and ($fields[0] // '') eq 1 | 
| line | l | !l | condition | 
|---|---|---|---|
| 88 | 1 | 0 | $fields[0] // '' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 63 | 1 | 1 | 0 | ref $args->[1] || $args->[1] =~ /^-/ | 
| 112 | 0 | 2 | 0 | ref $self || $self | 
| 147 | 0 | 7 | 0 | ref $thing || $thing |