| blib/lib/No/Worries/Stat.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 18 | 27.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 161 | 0 | 0 | 0 | $message->{'user'} and $stat->[4] != $option->{'uid'} |
| 165 | 0 | 0 | 0 | $message->{'group'} and $stat->[5] != $option->{'gid'} |
| 169 | 0 | 0 | 0 | @todo and $option->{'callback'}->($path, join($", @todo)) |
| line | l | !l | condition |
|---|---|---|---|
| 116 | 2 | 2 | $1 || '' |
| 231 | 0 | 4 | $option{'callback'} ||= sub { return 1; } |
| 277 | 9 | 0 | $_Mode2Type[$mode] || 'unknown' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 245 | 0 | 0 | 4 | $message{'user'} or $message{'group'} |