Branch Coverage

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


line true false branch
36 393 0 if (1 == scalar @_)
37 333 60 if (blessed($_[0]) and $_[0]->can('location')) { }
0 60 elsif (ref $_[0] eq 'ARRAY') { }
0 60 elsif (not defined $_[0]) { }
60 0 elsif (not ref $_[0]) { }
0 0 elsif (ref $_[0] eq 'HASH') { }