Condition Coverage

blib/lib/EV/Nats/KV.pm
Criterion Covered Total %
condition 0 20 0.0


and 3 conditions

line !l l&&!r l&&r condition
131 0 0 0 $headers and $headers =~ /KV-Operation:\s*(\S+)/i

or 2 conditions

line l !l condition
8 0 0 delete $opts{'js'} || die('js (JetStream) required')
9 0 0 delete $opts{'bucket'} || die('bucket name required')
39 0 0 $msg->{'data'} || ''
112 0 0 $info->{'state'}{'subjects'} || {}
124 0 0 $key_pattern //= ">"
140 0 0 $opts //= {}
149 0 0 $opts->{'max_history'} || 1

or 3 conditions

line l !l&&r !l&&!r condition
10 0 0 0 delete $opts{'timeout'} || $js->{'timeout'}