| blib/lib/Test/Unix/Group.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 9 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 137 | 0 | 0 | 0 | exists $$spec{'name'} && defined $$spec{'name'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 137 | 0 | 0 | 0 | not exists $$spec{'name'} && defined $$spec{'name'} or $$spec{'name'} =~ /^\s*$/ |
| 168 | 0 | 0 | 0 | not defined $$spec{$field} or $$spec{$field} =~ /^\s*$/ |