Condition Coverage

blib/lib/Dyns/Client.pm
Criterion Covered Total %
condition 1 12 8.3


or 3 conditions

line l !l&&r !l&&!r condition
41 0 1 0 ref $proto || $proto
66 0 0 0 $args{-'username'} || do { carp('username mandatory'); return undef }
68 0 0 0 $args{-'password'} || do { carp('password mandatory'); return undef }
70 0 0 0 $args{-'hostname'} || do { carp('hostname required'); return undef }