Branch Coverage

blib/lib/Mojolicious/Plugin/Gravatar.pm
Criterion Covered Total %
branch 5 10 50.0


line true false branch
33 4 0 if $rating
34 4 0 if $default
55 0 7 if ($options{'size'} and not $options{'size'} >= 1 && $options{'size'} <= 512)
59 0 7 if ($options{'rating'} and not $options{'rating'} =~ /^(?:g|pg|r|x)$/i)
63 0 7 if ($options{'scheme'} and not $options{'scheme'} =~ /^https?$/i)