| lib/IOMux/Bundle.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 9 | 22.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 32 | 0 | 0 | 1 | &blessed($in) and $in->isa('IOMux::Handler::Write') |
| 38 | 0 | 0 | 1 | &blessed($out) and $out->isa('IOMux::Handler::Read') |
| 43 | 0 | 0 | 0 | &blessed($err) and $err->isa('IOMux::Handler::Read') |