Condition Coverage

blib/lib/Bio/PrimerDesigner.pm
Criterion Covered Total %
condition 17 33 51.5


and 3 conditions

line !l l&&!r l&&r condition
248 2 0 0 not $self->os_is_unix and $arg eq 'local'
359 6 2 0 defined $url and $url eq $EMPTY_STR

or 3 conditions

line l !l&&r !l&&!r condition
116 1 0 5 $$config{'path'} || $$config{'url'} || $EMPTY_STR
195 0 0 0 $epcr->verify('remote', $DEFAULT{'url'}) || $self->error($epcr->error)
245 0 2 1 $arg eq 'local' or $arg eq 'remote'
297 2 0 0 $pcr->example || $self->error($pcr->error)
312 5 0 9 shift() || $EMPTY_STR
321 4 5 4 $reset or not defined $$self{'program'}
322 4 5 0 $program ||= $DEFAULT{'program'}
373 3 5 0 $$self{'url'} || $local_url || $DEFAULT{'url'}
390 0 0 0 $designer->verify($method, $loc) || $self->error($designer->error)