Condition Coverage

blib/lib/Bio/Polloc/Polloc/Config.pm
Criterion Covered Total %
condition 10 22 45.4


and 3 conditions

line !l l&&!r l&&r condition
452 342 0 0 $req_space =~ /^(.+)\.\*$/ and $space =~ /^$1\.[^\.]+/
506 0 0 80 defined $$hf{'-obj'} and defined $$hf{'-fun'}
537 0 0 0 defined $$fn{'-obj'} and defined $$fn{'-fun'}
775 0 81 137 $space and not $key =~ /^\./

or 2 conditions

line l !l condition
251 2 0 $space ||= '.'
289 22 5 $$self{'_alias'} ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
452 107 0 342 $req_space eq $space or $req_space =~ /^(.+)\.\*$/ and $space =~ /^$1\.[^\.]+/
0 0 342 $req_space eq $space or $req_space =~ /^(.+)\.\*$/ and $space =~ /^$1\.[^\.]+/ or $space =~ /^$req_space\..*/