Condition Coverage

blib/lib/Config/Structured.pm
Criterion Covered Total %
condition 12 17 70.5


and 2 conditions

line l !l condition
444 0 3 warn "Reserved token '${k}' found in structure definition. Skipping..." and next

and 3 conditions

line !l l&&!r l&&r condition
349 0 3 0 exists $cfg->{'ref'} && exists $cfg->{'source'}
464 54 0 0 $structure->{$k}{'sensitive'} && !$reveal_sensitive && defined $v

or 2 conditions

line l !l condition
412 20 18 $args{'hooks'} // {}
413 17 21 $args{'path'} // []
472 14 3 $config->{$k} // {}

or 3 conditions

line l !l&&r !l&&!r condition
444 1 2 53 not $k =~ /$PERL_IDENTIFIER/u or grep {$_ eq $k;} @RESERVED