Condition Coverage

blib/lib/RxPerl/Subscription.pm
Criterion Covered Total %
condition 5 9 55.5


and 3 conditions

line !l l&&!r l&&r condition
27 5907 0 904 defined &blessed($item) and $item->isa("RxPerl::Subscription")
2144 0 3763 &reftype($item) eq "ARRAY" and not defined &blessed($item)
0 0 2135 &reftype($item) eq "HASH" and not defined &blessed($item)