Branch Coverage

blib/lib/Mojolicious/Plugin/Config/Structured/Command/config_dump.pm
Criterion Covered Total %
branch 22 38 57.8


line true false branch
75 4 3 unless $node_name
101 3 4 if (defined $name)
102 3 0 unless is_branch $conf->$name
111 0 2 $at_limit ? :
112 2 0 unless $at_limit
125 4 4 if (not defined $name) { }
0 4 elsif (is_branch $conf->$name) { }
126 0 4 if defined $max_depth and $max_depth < $depth
136 0 4 unless defined $node->{'value'}
137 0 4 unless $node->{'overridden'}
138 4 0 unless @fmt
141 0 4 if $node->{'description'}
142 0 4 if ($node->{'notes'})
147 2 2 if $node->{'sensitive'}
148 0 4 if $node->{'url'}
149 0 4 if $node->{'default'}
150 0 4 if $node->{'reference'}
152 0 4 if ($node->{'examples'})
154 0 0 ref $node->{'examples'} eq 'ARRAY' ? :