Branch Coverage

blib/lib/Articulate/Location.pm
Criterion Covered Total %
branch 6 12 50.0


line true false branch
40 311 0 if (1 == scalar @_)
41 270 41 if (blessed($_[0]) and $_[0]->can('location')) { }
0 41 elsif (ref $_[0] eq 'ARRAY') { }
0 41 elsif (not defined $_[0]) { }
41 0 elsif (not ref $_[0]) { }
0 0 elsif (ref $_[0] eq 'HASH') { }