| blib/lib/Fh.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| statement | 6 | 6 | 100.0 | 
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 2 | 2 | 100.0 | 
| pod | n/a | ||
| total | 8 | 8 | 100.0 | 
| line | stmt | bran | cond | sub | pod | time | code | 
|---|---|---|---|---|---|---|---|
| 1 | # back compatibility package for any code explicitly checking | ||||||
| 2 | # that the filehandle object is a Fh | ||||||
| 3 | package Fh; | ||||||
| 4 | |||||||
| 5 | 4 | 4 | 1420 | use strict; | |||
| 4 | 11 | ||||||
| 4 | 126 | ||||||
| 6 | 4 | 4 | 89 | use warnings; | |||
| 4 | 11 | ||||||
| 4 | 206 | ||||||
| 7 | |||||||
| 8 | $Fh::VERSION = '4.37'; | ||||||
| 9 | |||||||
| 10 | 1; |