Condition Coverage

blib/lib/DNS/NIOS.pm
Criterion Covered Total %
condition 15 23 65.2


and 3 conditions

line !l l&&!r l&&r condition
57 5 0 0 $self->insecure and $self->scheme eq 'https'
121 0 0 1211 defined $path and length $path

or 2 conditions

line l !l condition
44 18 1 defined $self->$_ or croak("$_ is required!")

or 3 conditions

line l !l&&r !l&&!r condition
46 4 1 1 $self->scheme eq 'http' or $self->scheme eq 'https'
76 4 0 0 defined $args{$_} or croak("$_ is required!")
87 2 0 0 defined $args{$_} or croak("$_ is required!")
123 1 2 1208 $op eq 'PUT' or $op eq 'POST'
139 1 2 1208 $op eq 'PUT' or $op eq 'POST'