blib/lib/Carp/Syslog.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 16 | 20 | 80.0 |
line | true | false | branch |
---|---|---|---|
17 | 2 | 2 | if (defined $args) |
18 | 1 | 1 | if (ref $args eq 'HASH') { } |
19 | 1 | 0 | if exists $$args{'ident'} |
20 | 1 | 0 | if exists $$args{'logopt'} |
21 | 1 | 0 | if exists $$args{'facility'} |
31 | 2 | 1 | if ((caller 0)[10]->{'Carp::Syslog'}) |
40 | 3 | 0 | if ((caller 0)[10]->{'Carp::Syslog'}) |
43 | 2 | 1 | if (ref $_[0]) { } |
46 | 1 | 1 | if ("$_[0]" ne overload::StrVal($_[0])) |
54 | 2 | 1 | if (defined $message) |