| blib/lib/Module/Build/Config.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 6 | 12 | 50.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 19 | 3433 | 10567 | if ref $self and exists $self->{'values'}{$key} | 
| 31 | 0 | 3 | if exists $self->{'values'}{$key} | 
| 39 | 0 | 3 | if (exists $self->{'stack'}{$key}) | 
| 41 | 0 | 0 | unless @{$self->{'stack'}{$key};} | 
| 49 | 0 | 6 | unless ref $self | 
| 55 | 30 | 0 | ref $self ? : |