Condition Coverage

blib/lib/Text/CSV/Pivot.pm
Criterion Covered Total %
condition 26 29 89.6


and 3 conditions

line !l l&&!r l&&r condition
23 0 4 0 @args == 1 and ref $args[0] ne 'HASH'

or 2 conditions

line l !l condition
287 38 2 $raw_data->{$key}{$column} || ''

or 3 conditions

line l !l&&r !l&&!r condition
253 4 4 8 $index == $col_name_idx or $index == $col_value_idx
8 1 7 $index == $col_name_idx or $index == $col_value_idx or grep(($_ == $index), @$col_skip_idx) > 0
268 8 8 16 $index == $col_key_idx or $index == $col_name_idx
16 8 8 $index == $col_key_idx or $index == $col_name_idx or $index == $col_value_idx
16 2 6 $index == $col_key_idx or $index == $col_name_idx or $index == $col_value_idx or grep(($_ == $index), @$col_skip_idx) > 0
273 2 0 4 $index > $col_name_idx or $index > $col_value_idx
317 38 38 76 $index == $col_key_idx or $index == $col_name_idx
76 38 38 $index == $col_key_idx or $index == $col_name_idx or $index == $col_value_idx