Branch Coverage

blib/lib/HTML/TagCloud/Extended.pm
Criterion Covered Total %
branch 0 40 0.0


line true false branch
51 0 0 if ($_[0])
52 0 0 ref $_[0] ? :
61 0 0 if $name eq $tag_name
77 0 0 if (exists $args{'base_font_size'})
80 0 0 if (exists $args{'font_size_range'})
83 0 0 if (exists $args{'css_class'})
86 0 0 if (exists $args{'hot_tags_size'}) { }
93 0 0 if (exists $args{'size_suffix'})
96 0 0 exists $args{'hot_tags_name'} ? :
97 0 0 exists $args{'use_hot_color'} ? :
102 0 0 if ($suffix)
105 0 0 if $suffix eq $registered
107 0 0 if ($correct_suffix) { }
138 0 0 $num > 0 ? :
171 0 0 unless $html
177 0 0 unless $html
185 0 0 if ($tags_amount == 0) { }
0 0 elsif ($tags_amount == 1) { }
198 0 0 $limit ? :
219 0 0 if ($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)