blib/lib/Log/Any/Adapter/Redis.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 2 | 14 | 14.2 |
line | true | false | branch |
---|---|---|---|
34 | 0 | 1 | unless $$self{'log_level'} =~ /^\d+$/ |
36 | 0 | 1 | if (not exists $$self{'redis_db'} or ref $$self{'redis_db'} ne 'RedisDB') |
42 | 0 | 0 | if not exists $$self{'key'} |
51 | 0 | 0 | if $method_level > $$self{'log_level'} |
53 | 0 | 0 | if $$self{'log_hostname'} |
54 | 0 | 0 | if $$self{'log_pid'} |
56 | 0 | 0 | if ($$self{'ignore_reply'}) { } |