| blib/lib/Redis/AOF/Tail/File.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 10 | 12 | 83.3 | 
| line | true | false | branch | 
|---|---|---|---|
| 15 | 0 | 5 | unless -e $$self{'aof_filename'} | 
| 19 | 4 | 1 | if ($$self{'seekpos'}) { } | 
| 36 | 0 | 9 | unless $$self{'FILE_TAIL_FH'} | 
| 40 | 1 | 69 | if length $line == 0 | 
| 48 | 61 | 8 | if ${$$self{'ARRAY_REDIS_AOF'};}[0] | 
| 52 | 60 | 9 | if not $cmd_num or scalar @{$$self{'ARRAY_REDIS_AOF'};} < $cmd_num * 2 + 1 |