Branch Coverage

blib/lib/Perinci/Sub/PropertyUtil.pm
Criterion Covered Total %
branch 0 24 0.0


line true false branch
18 0 0 unless my $name = $args{'name'}
19 0 0 unless my $schema = $args{'schema'}
22 0 0 unless $name =~ m[\A((result|args/\*)/)?\w+\z]
28 0 0 unless my $p = $Sah::Schema::Rinci::SCHEMAS{'rinci_function'}[1]{'_prop'}
31 0 0 if ($name =~ m[\Aresult/(.+)]) { }
0 0 elsif ($name =~ m[\Aargs/\*/(.+)]) { }
34 0 0 unless $p = $p->{'result'}{'_prop'}
38 0 0 unless $p = $p->{'args'}{'_value_prop'}
43 0 0 if $p->{$n}
50 0 0 if ($args{'wrapper'})
61 0 0 if ($args{'cmdline_help'})
72 0 0 if ($args{'pod'})