blib/lib/HTML/Rainbow.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 28 | 28 | 100.0 |
line | true | false | branch |
---|---|---|---|
295 | 114 | 7 | unless exists $args{$attr} |
302 | 1 | 6 | if $args{$attr} < 0 |
303 | 1 | 6 | if $args{$attr} > 255 |
308 | 1 | 10 | $args{'period_list'} ? : |
334 | 4 | 27 | defined $args{'min'} ? : |
1 | 31 | defined $args{"${_}_min"} ? : | |
1 | 32 | defined $args{$_} ? : | |
4 | 27 | defined $args{'max'} ? : | |
1 | 31 | defined $args{"${_}_max"} ? : | |
1 | 32 | defined $args{$_} ? : | |
363 | 5 | 5 | unless ($self and UNIVERSAL::isa($self, 'HTML::Rainbow')) |
366 | 4 | 1 | $ctx ? : |
370 | 2 | 40 | if ($ch =~ /^\s$/) { } |
377 | 7 | 33 | if ($$self{'use_span'}) { } |