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 5879 0 901 defined &blessed($item) and $item->isa("RxPerl::Subscription")
2132 0 3747 &reftype($item) eq "ARRAY" and not defined &blessed($item)
0 0 2123 &reftype($item) eq "HASH" and not defined &blessed($item)