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 5910 0 905 defined &blessed($item) and $item->isa("RxPerl::Subscription")
2145 0 3765 &reftype($item) eq "ARRAY" and not defined &blessed($item)
0 0 2136 &reftype($item) eq "HASH" and not defined &blessed($item)