Branch Coverage

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


line true false branch
8 30 0 defined $_[0] ? :
15 30 ref $_[0] eq 'CODE' ? :
24 18 6 if (defined $content)
28 0 18 if $conf->{'max_key_length'} < length $key
30 12 6 if exists $hash->{$name}{$key}
43 18 6 if (defined $content)
47 0 18 if $conf->{'max_key_length'} < length $key
49 12 6 if exists $hash->{$name}{$key}
62 9 0 if (defined $content)
66 3 6 if $conf->{'max_key_length'} < length $key
68 6 3 if exists $hash->{$name}{$key}