| blib/lib/Setup/Unix/Group.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 16 | 21 | 76.1 |
| line | l | !l | condition |
|---|---|---|---|
| 57 | 249 | 0 | $args{-'tx_action'} // '' |
| 58 | 249 | 0 | $args{-'tx_action'} // '' |
| 133 | 259 | 0 | $args{-'tx_action'} // '' |
| 139 | 255 | 4 | $args{'min_gid'} // 1000 |
| 140 | 255 | 4 | $args{'max_gid'} // 65534 |
| 226 | 49 | 7 | $args{'should_exist'} // 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 67 | 106 | 38 | 0 | $res->[0] == 200 or $res->[0] == 404 |
| 147 | 15 | 124 | 0 | $res->[0] == 200 or $res->[0] == 404 |
| 150 | 4 | 9 | 2 | not defined $gid or $gid == $res->[2]{'gid'} |