Condition Coverage

blib/lib/HTML/Dashboard.pm
Criterion Covered Total %
condition 20 33 60.6


and 3 conditions

line !l l&&!r l&&r condition
167 0 0 17 $data and ref $data eq 'ARRAY'
176 0 0 1 $data and ref $data eq 'ARRAY'
262 0 0 1 defined $arg and $arg > 0
296 734 107 15 exists $$args{'color'} and exists $$args{'style'}
107 727 7 not exists $$args{'color'} and exists $$args{'style'}
727 0 107 exists $$args{'color'} and not exists $$args{'style'}
354 16 0 4 @{$$self{'captions'};} and $colcnt
16 4 0 @{$$self{'captions'};} and $colcnt and scalar @{$$self{'captions'};} != scalar @{$$self{'data'}[0];}
544 11 660 17 not $flag and exists $$self{'fired_col_triggers'}{$col}

or 3 conditions

line l !l&&r !l&&!r condition
321 0 0 2 $page < 0 or $page > $self->get_pagecount
586 0 5 0 $arg eq 'class' or $arg eq 'style'