Condition Coverage

blib/lib/Dancer2/ConfigReader.pm
Criterion Covered Total %
condition 8 10 80.0


and 3 conditions

line !l l&&!r l&&r condition
303 0 2 265 exists $config->{'strict_config'} and not $config->{'strict_config'}

or 2 conditions

line l !l condition
349 2 2 $known_type->{'base_keys'} || {}
350 4 0 $known_type->{'engines'} || {}

or 3 conditions

line l !l&&r !l&&!r condition
319 5 2 2 $KNOWN_CORE_KEYS{$_} || $allowed_keys{$_}