Condition Coverage

blib/lib/DiaColloDB/Client.pm
Criterion Covered Total %
condition 0 26 0.0


and 3 conditions

line !l l&&!r l&&r condition
65 0 0 0 UNIVERSAL::can('threads', 'tid') and 'threads'->tid != 0
180 0 0 0 ref $_[0] && defined $_[0]{'url'}

or 2 conditions

line l !l condition
78 0 0 'URI'->new($url)->scheme // 'file'
111 0 0 $uri->authority // ''
0 0 $uri->path // ''
124 0 0 $cli->{'url'} // ''

or 3 conditions

line l !l&&r !l&&!r condition
33 0 0 0 ref $that || $that
77 0 0 0 $url //= $cli->{'url'}
109 0 0 0 $rcurl //= $cli->{'url'}
125 0 0 0 $cli->opened || !$cli->{'url'}