| blib/lib/Config/JFDI.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 13 | 18 | 72.2 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 190 | 7 | 0 | 16 | defined $given->{'name'} and not defined $self->{'package'} | 
| 7 | 0 | 16 | defined $given->{'name'} and not defined $self->{'package'} and not ref $given->{'name'} | |
| 309 | 23 | 0 | 0 | $self->loaded and $self->load_once | 
| line | l | !l | condition | 
|---|---|---|---|
| 392 | 230 | 20 | $substitution->{'HOME'} ||= sub { (shift())->path_to(''); } | 
| 393 | 230 | 20 | $substitution->{'path_to'} ||= sub { (shift())->path_to(@_); } | 
| 394 | 231 | 19 | $substitution->{'literal'} ||= sub { return $_[1]; } | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 195 | 5 | 0 | 2 | $given->{'quiet_deprecation'} or $given->{'no_06_warning'} |