Condition Coverage

Bio/DB/WebDBSeqI.pm
Criterion Covered Total %
condition 3 71 4.2


and 3 conditions

line !l l&&!r l&&r condition
130 3 0 0 defined $format and $format ne ''
160 0 0 0 $self->can('complexity') and defined $self->complexity
0 0 0 $self->can('complexity') and defined $self->complexity and $self->complexity == 0
192 0 0 0 $self->can('complexity') and defined $self->complexity
0 0 0 $self->can('complexity') and defined $self->complexity and $self->complexity == 0
220 0 0 0 $self->can('complexity') and defined $self->complexity
0 0 0 $self->can('complexity') and defined $self->complexity and $self->complexity == 0
247 0 0 0 $self->can('complexity') and defined $self->complexity
0 0 0 $self->can('complexity') and defined $self->complexity and $self->complexity == 0
456 0 0 0 $self->retrieval_type =~ /pipeline/ and $^O =~ /^MSWin/
565 0 0 0 defined $self->ua and defined $protocol
0 0 0 defined $self->ua and defined $protocol and defined $proxy
567 0 0 0 $username and $password
586 0 0 0 defined $u and defined $p
670 1 0 3 defined $ua and $ua->isa('LWP::UserAgent')
698 0 0 0 defined $tmpfile and $tmpfile ne ''
717 0 0 0 $mp and not our $loaded_apache_sp
735 0 0 0 $ENV{'MOD_PERL'} and my $r = eval { do { 'Apache'->request } }
877 0 0 0 exists $ENV{'MOD_PERL_API_VERSION'} && $ENV{'MOD_PERL_API_VERSION'} >= 2

or 2 conditions

line l !l condition
752 0 0 shift() || \*STDOUT

or 3 conditions

line l !l&&r !l&&!r condition
491 0 0 0 not -e $tmpfile or -z $tmpfile
0 0 0 not -e $tmpfile or -z $tmpfile or not $resp->is_success
513 0 0 0 not $resp->is_success or length $$content == 0
791 0 0 0 defined $io or not exists $self->{'_io'}