Condition Coverage

blib/lib/Alzabo/Utils.pm
Criterion Covered Total %
condition 0 12 0.0


and 3 conditions

line !l l&&!r l&&r condition
10 0 0 0 blessed($_[0]) && $_[0]->can($_[1])
15 0 0 0 blessed($_[0]) && $_[0]->isa($_[1])
20 0 0 0 defined $_[0] && ref $_[0] && reftype($_[0]) eq 'ARRAY'
25 0 0 0 defined $_[0] && ref $_[0] && !blessed($_[0]) && reftype($_[0]) eq 'HASH'