lib/Amazon/S3/Logger.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 10 | 70.0 |
line | true | false | branch |
---|---|---|---|
41 | 0 | 3 | ref $args[0] ? : |
51 | 6 | 17 | if (@args) |
63 | 47 | 36 | if $LOG_LEVELS{lc $level} > $LOG_LEVELS{lc $self->{'log_level'}} |
64 | 0 | 36 | unless @message |
68 | 0 | 36 | if (defined $message[0] and ref $message[0] and &reftype($message[0]) eq 'CODE') { } |