Condition Coverage

blib/lib/Data/Tabular/Output/XLS.pm
Criterion Covered Total %
condition 7 17 41.1


and 3 conditions

line !l l&&!r l&&r condition
29 9 9 0 $$arg_list{$arg}{'required'} and not defined $$self{$arg}

or 2 conditions

line l !l condition
107 32 0 $column->align || undef
112 4 0 $align ||= 'right'
115 1 0 $align ||= 'right'
118 0 0 $align ||= 'right'

or 3 conditions

line l !l&&r !l&&!r condition
77 3 0 0 $self->workbook || croak('need a workbook')
78 3 0 0 $self->worksheet || croak('need a worksheet')