Branch Coverage

blib/lib/Config/Layered/Source/Getopt.pm
Criterion Covered Total %
branch 11 12 91.6


line true false branch
16 11 98 if (ref $$struct{$key} eq 'ARRAY') { }
3 95 elsif (ref $$struct{$key} eq 'HASH') { }
52 43 elsif (_is_bool($$struct{$key})) { }
34 43 52 unless looks_like_number $any
35 28 24 if $any == 1
36 24 0 if $any == 0