| lib/Sysync/File.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 18 | 38.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 438 | 0 | 0 | 0 | $group_conf->{'users'} and ref $group_conf->{'users'} eq "ARRAY" |
| line | l | !l | condition |
|---|---|---|---|
| 74 | 0 | 1 | $default_host_config->{'files'} || [] |
| 82 | 1 | 0 | $host_config->{'files'} || [] |
| 398 | 0 | 0 | Load($self->read_file_contents("$sysdir/hosts.conf")) || {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 115 | 0 | 0 | 1 | $item->{'directory'} or $item->{'import'} |
| 290 | 7 | 0 | 0 | $host_config->{'user_groups'} || $default_host_config->{'user_groups'} |
| 329 | 7 | 7 | 84 | $host_groups{$user->{'username'}} or $user->{'gid'} |