Condition Coverage

blib/lib/Data/Transform/Stackable.pm
Criterion Covered Total %
condition 7 14 50.0


and 3 conditions

line !l l&&!r l&&r condition
101 6 0 0 $data and @{$data;}
139 21 3 0 &blessed($return->[0]) and $return->[0]->isa('Data::Transform::Meta::SENDBACK')
217 0 1 0 defined $elem and UNIVERSAL::isa($elem, 'Data::Transform')
247 1 4 0 defined $elem and UNIVERSAL::isa($elem, 'Data::Transform')

or 2 conditions

line l !l condition
104 2 0 $data || []