Branch Coverage

blib/lib/Config/JFDI.pm
Criterion Covered Total %
branch 36 44 81.8


line true false branch
135 3 2 if $self->config->{'home'}
136 2 0 unless $self->source->path_is_file
190 16 0 if defined $given->{'name'} and not defined $self->{'package'} and not ref $given->{'name'}
193 7 16 if ($given->{'file'})
195 0 2 unless $given->{'quiet_deprecation'} or $given->{'no_06_warning'}
196 0 7 if $given->{'path'}
214 41 120 if exists $given->{$_}
217 0 23 if exists $source{'local_suffix'}
219 0 23 if $given->{'config_local_suffix'}
227 1 88 if ($given->{$_})
233 2 21 if (my $package = $given->{'install_accessor'})
234 1 1 if $package eq 1
281 4 5 unless (ref $_[0])
283 2 2 1 == @_ ? :
286 1 4 if @_
287 1 4 unless $self->found
288 1 3 wantarray ? :
302 102 22 if $self->loaded
309 0 23 if ($self->loaded and $self->load_once)
326 0 250 unless defined $_
398 14 4 $2 ? :
409 1 6 if (-d $path) { }