Branch Coverage

blib/lib/Mojolicious/Plugin/UniqueTagHelpers.pm
Criterion Covered Total %
branch 18 22 81.8


line true false branch
9 33 0 defined $_[0] ? :
15 33 ref $_[0] eq 'CODE' ? :
25 18 6 if (defined $content)
29 0 18 if $conf->{'max_key_length'} < length $key
31 12 6 if exists $hash->{$name}{$key}
44 18 6 if (defined $content)
48 0 18 if $conf->{'max_key_length'} < length $key
50 12 6 if exists $hash->{$name}{$key}
63 12 0 if (defined $content)
67 3 9 if $conf->{'max_key_length'} < length $key
69 8 4 if exists $hash->{$name}{$key}