| blib/lib/POE/Resource/FileHandles.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 15 | 53.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 472 | 0 | 565 | 1068 | defined $fd and exists $kr_filenos{$fd} |
| 478 | 127 | 0 | 941 | exists $$kr_fno_rec[2]{$sid} and exists $$kr_fno_rec[2]{$sid}{$fd} |
| 577 | 487 | 78 | 1068 | exists $kr_ses_to_handle{$sid} and exists $kr_ses_to_handle{$sid}{$fd} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 454 | 0 | 0 | 0 | tied *$handle || -f $handle |
| 1161 | 0 | 0 | $] >= 5.008001 or not tied *$handle || -f $handle |