Branch Coverage

blib/lib/Footprintless.pm
Criterion Covered Total %
branch 19 30 63.3


line true false branch
31 21 0 if $self->{'factory'}
59 1 19 if ($options{'factory'}) { }
64 5 14 if ($options{'entities'}) { }
65 4 1 if (ref $options{'entities'} eq 'HASH') { }
1 0 elsif ($options{'entities'}->isa('Config::Entities')) { }
77 0 14 if ($options{'fpl_home'}) { }
0 14 elsif ($ENV{'FPL_HOME'}) { }
88 1 13 if ($options{'config_dirs'}) { }
13 0 elsif ($ENV{'FPL_CONFIG_DIRS'}) { }
92 0 1 ref $options{'config_dirs'} eq 'ARRAY' ? :
99 0 0 if (-d $default)
105 0 14 if ($options{'config_properties'}) { }
9 5 elsif ($ENV{'FPL_CONFIG_PROPS'}) { }
114 0 5 if (-f $default)
170 0 22 $^O eq 'MSWin32' ? :