| blib/lib/RxPerl/Subscription.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 15 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 27 | 6265 | 0 | 966 | defined builtin::blessed($item) and $item->isa("RxPerl::Subscription") |
| 2271 | 0 | 3994 | builtin::reftype($item) eq "ARRAY" and not defined builtin::blessed($item) | |
| 0 | 0 | 2261 | builtin::reftype($item) eq "HASH" and not defined builtin::blessed($item) | |
| 80 | 810 | 0 | 19 | defined builtin::blessed($item) and $item->isa("RxPerl::Subscription") |
| 810 | 16 | 3 | defined builtin::blessed($item) and $item->isa("RxPerl::Subscription") and $item->{'closed'} |