Branch Coverage

lib/Mojolicious/Plugin/MoreHTMLHelpers.pm
Criterion Covered Total %
branch 10 10 100.0


line true false branch
22 12 5 if (length $color == 7) { }
3 2 elsif (length $color == 4) { }
34 11 6 $brightness > 130 ? :
57 42 9 unless not defined $_
4 13 if (grep {$_ =~ /[^A-Fa-f0-9]/ unless not defined $_;} $red, $green, $blue)