Condition Coverage

blib/lib/Term/Vspark.pm
Criterion Covered Total %
condition 7 15 46.6


and 3 conditions

line !l l&&!r l&&r condition
51 1 6 0 $args{'labels'} and ref $args{'labels'} ne 'ARRAY'
60 1 6 0 $args{'labels'} and scalar @labels != scalar @values
89 0 0 7 $columns and $columns ne 'max'
94 0 0 0 $columns and $columns eq 'max'

or 3 conditions

line l !l&&r !l&&!r condition
63 6 1 0 $max //= _max_value(@values)