lib/Beekeeper/Logger.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 26 | 0.0 |
line | true | false | branch |
---|---|---|---|
66 | 0 | 0 | unless ($self->{'service'}) |
75 | 0 | 0 | unless ($self->{'log_file'}) |
82 | 0 | 0 | -d "$dir/$user" ? : |
85 | 0 | 0 | unless ($self->{'foreground'}) |
90 | 0 | 0 | if $< == 0 |
91 | 0 | 0 | if $( == 0 |
93 | 0 | 0 | if (open my $fh, '>>', $log_file) { } |
95 | 0 | 0 | unless open STDERR, ">&", $fh |
96 | 0 | 0 | unless open STDOUT, ">&", $fh |
111 | 0 | 0 | defined $_ ? : |
126 | 0 | 0 | unless $bus and $bus->{'is_connected'} |
130 | 0 | 0 | unless defined $JSON |
159 | 0 | 0 | if ($@) |