blib/lib/DR/Tarantool/LLSyncClient.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 37 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
145 | 0 | 0 | 0 | $res and $$res{'status'} eq 'ok' |
233 | 0 | 0 | 0 | defined $number and $number =~ /^\d+$/ |
241 | 0 | 0 | 0 | $$op[1] and $$op[1] =~ /^(delete|set|insert|add|and|or|xor|substr)$/ |
line | l | !l | condition |
---|---|---|---|
18 | 0 | 0 | $opts{'host'} || 'localhost' |
21 | 0 | 0 | $opts{'reconnect_period'} || 0 |
22 | 0 | 0 | $opts{'reconnect_always'} || 0 |
121 | 0 | 0 | $$res{'errstr'} || '' |
156 | 0 | 0 | pop() || 0 |
168 | 0 | 0 | shift() || 2147483647 |
169 | 0 | 0 | shift() || 0 |
182 | 0 | 0 | pop() || 0 |
184 | 0 | 0 | $flags ||= 0 |
197 | 0 | 0 | pop() || 0 |
210 | 0 | 0 | pop() || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
30 | 0 | 0 | 0 | ref $class || $class |
55 | 0 | 0 | 0 | $$self{'host'} eq 'unix/' or $$self{'port'} =~ /\D/ |