Condition Coverage

blib/lib/Bio/LITE/Taxonomy/NCBI/Gi2taxid.pm
Criterion Covered Total %
condition 8 16 50.0


and 3 conditions

line !l l&&!r l&&r condition
226 0 1 1 defined $args{'out'} and ref \$args{'out'} eq 'SCALAR'

or 2 conditions

line l !l condition
123 0 3 $args{'save_mem'} || 0
201 2 0 $args{'chunk_size'} || 30000000

or 3 conditions

line l !l&&r !l&&!r condition
125 0 0 3 UNIVERSAL::isa($args{'dict'}, 'GLOB') or ref \$args{'dict'} eq 'GLOB'
181 1 0 1 UNIVERSAL::isa($args{'out'}, 'GLOB') or ref \$args{'out'} eq 'GLOB'
190 0 0 2 UNIVERSAL::isa($args{'in'}, 'GLOB') or ref \$args{'in'} eq 'GLOB'