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