Condition Coverage

blib/lib/PDLA/Stats/Basic.pm
Criterion Covered Total %
condition 13 24 54.1


and 2 conditions

line l !l condition
981 0 3 0 $opt and $opt{uc $_} = $opt->{$_}

and 3 conditions

line !l l&&!r l&&r condition
1002 0 14 655 defined $_ and /\d\b/
1007 132 0 0 $opt{'NROW'} and $c_row == $opt{'NROW'}
1025 0 0 0 $idv and print STDERR "$_\t$idv->[$_]\n"
1269 2 0 4682 defined $_ and $_ ne ''
2 6 4676 defined $_ and $_ ne '' and $_ ne 'BAD'
1275 2 6 4676 defined $_ && $_ ne '' && $_ ne 'BAD'

or 3 conditions

line l !l&&r !l&&!r condition
969 0 3 0 $src =~ /STDIN/ or ref $src eq 'GLOB'