Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
87 0 0 0 ref $_[0] && $_[0]{'ua'}
103 0 0 0 defined $cli->{'user'} and defined $cli->{'password'}
120 0 0 0 defined $cli->{'user'} and defined $cli->{'password'}

or 2 conditions

line l !l condition
101 0 0 $cli->{'params'} // {}
119 0 0 $cli->{'params'} // {}

or 3 conditions

line l !l&&r !l&&!r condition
60 0 0 0 $url //= $cli->{'url'}
72 0 0 0 $cli->{'ua'} //= 'LWP::UserAgent'->new
100 0 0 0 $url // $cli->{'url'}
118 0 0 0 $url //= $cli->{'url'}