Condition Coverage

blib/lib/HTML/TagCloud/Extended.pm
Criterion Covered Total %
condition 0 19 0.0


and 3 conditions

line !l l&&!r l&&r condition
219 0 0 0 $self->use_hot_color eq 'name' and $self->_check_hot_tag_name($tag->name)
0 0 0 $self->use_hot_color eq 'size' and $font_size >= $self->hot_tags_size

or 2 conditions

line l !l condition
121 0 0 $tag_name || ''
0 0 $url || ''
0 0 $count || 0
194 0 0 $conf ||= {}
195 0 0 $$conf{'order_by'} || 'name'

or 3 conditions

line l !l&&r !l&&!r condition
219 0 0 0 $self->use_hot_color eq 'name' and $self->_check_hot_tag_name($tag->name) or $self->use_hot_color eq 'size' and $font_size >= $self->hot_tags_size