Condition Coverage

blib/lib/Spreadsheet/WriteExcel/WebPivot.pm
Criterion Covered Total %
condition 5 15 33.3


and 3 conditions

line !l l&&!r l&&r condition
51 0 0 40 exists $rhsh->{$_} && defined $rhsh->{$_}
60 0 0 40 defined $rhsh->{$key} and $rhsh->{$key} =~ /\w/
235 1 0 0 $query = shift @queries and $sth = $dbh->prepare($query)
1 0 0 $query = shift @queries and $sth = $dbh->prepare($query) and $sth->execute
431 0 0 1 defined $arg and ref $arg eq 'ARRAY'