Condition Coverage

blib/lib/Dezi/Client.pm
Criterion Covered Total %
condition 0 51 0.0


and 3 conditions

line !l l&&!r l&&r condition
104 0 0 0 %args and exists $args{'server'}
115 0 0 0 $args{'search'} and $args{'index'}
135 0 0 0 $resp->is_success and $paths
0 0 0 $resp->is_success and $paths and $paths->{'search'}
0 0 0 $resp->is_success and $paths and $paths->{'search'} and $paths->{'index'}
214 0 0 0 ref $doc and $doc->isa('Dezi::Doc')
250 0 0 0 defined $self->{'_creds'}{'username'} and defined $self->{'_creds'}{'password'}
334 0 0 0 defined $self->{'_creds'}{'username'} and defined $self->{'_creds'}{'password'}
377 0 0 0 defined $self->{'_creds'}{'username'} and defined $self->{'_creds'}{'password'}
415 0 0 0 defined $self->{'_creds'}{'username'} and defined $self->{'_creds'}{'password'}

or 2 conditions

line l !l condition
109 0 0 delete $args{'debug'} || 0
119 0 0 delete $args{'commit'} || 'commit'
121 0 0 delete $args{'rollback'} || 'rollback'

or 3 conditions

line l !l&&r !l&&!r condition
220 0 0 0 $uri ||= $doc
223 0 0 0 defined $uri or length $uri
230 0 0 0 $uri ||= $doc->uri
231 0 0 0 $content_type ||= $doc->mime_type
245 0 0 0 $content_type ||= guess_media_type($uri, $req)