Branch Coverage

blib/lib/MooseX/ConfigFromFile.pm
Criterion Covered Total %
branch 10 12 83.3


line true false branch
40 0 16 if (defined $opts{'configfile'}) { }
53 12 4 if not defined $configfile and $cfmeta->has_default
55 9 7 if (ref $configfile eq 'CODE')
60 12 4 if defined $configfile and defined $init_arg
63 12 4 if (defined $configfile)
67 0 12 unless ref $hash eq 'HASH'