| blib/lib/JIP/Daemon.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 19 | 21 | 90.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 56 | 32 | 0 | 1 | exists $param{'dry_run'} && $param{'dry_run'} |
| 62 | 1 | 1 | 2 | defined $uid and $uid =~ /^\d+$/x |
| 70 | 1 | 1 | 2 | defined $gid and $gid =~ /^\d+$/x |
| 78 | 1 | 1 | 2 | defined $cwd and length $cwd |
| 86 | 1 | 1 | 2 | defined $umask and length $umask |
| 94 | 1 | 0 | 2 | defined $logger and $logger->can('info') |
| 102 | 1 | 1 | 4 | defined $log_callback and ref $log_callback eq 'CODE' |