Branch Coverage

blib/lib/HTTP/Headers/ActionPack/Authorization/Basic.pm
Criterion Covered Total %
branch 5 6 83.3


line true false branch
23 3 9 if (ref $credentials and ref $credentials eq 'HASH') { }
3 6 elsif (ref $credentials and ref $credentials eq 'ARRAY') { }
39 0 3 unless $type eq 'Basic'