Condition Coverage

lib/Dancer2/Plugin/OpenAPIRoutes.pm
Criterion Covered Total %
condition 0 36 0.0


and 3 conditions

line !l l&&!r l&&r condition
55 0 0 0 $mn == 1 and not exists $paths{$p}
116 0 0 0 $rfunc eq 'create' and $func eq 'post'
0 0 0 $rfunc eq 'create' and $func eq 'post' and $path_spec =~ m[/\{[^/{}]*\}$]
134 0 0 0 $schema and 'HASH' eq ref $schema
137 0 0 0 'HASH' eq ref $_ and exists $_->{'$ref'}
0 0 0 'HASH' eq ref $_ and exists $_->{'$ref'} and not ref $_->{'$ref'}
0 0 0 'HASH' eq ref $_ and exists $_->{'$ref'} and not ref $_->{'$ref'} and keys %$_ == 1
188 0 0 0 $parameter_spec->{'type'} and $parameter_spec->{'type'} eq 'integer'
195 0 0 0 $parameter_spec->{'type'} and $parameter_spec->{'type'} eq 'file'
243 0 0 0 $custom_map and 'HASH' eq ref $custom_map

or 3 conditions

line l !l&&r !l&&!r condition
111 0 0 0 $config->{'default_module'} || $config->{'appname'}
322 0 0 0 not $success_load or $@