| blib/lib/Win32/Mock/Win32/Console.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 9 | 10 | 90.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 3 | 4 | 75.0 |
| pod | 0 | 1 | 0.0 |
| total | 12 | 15 | 80.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package # hide from PAUSE | ||||||
| 2 | Win32::Console; | ||||||
| 3 | 1 | 1 | 1183 | use strict; | |||
| 1 | 2 | ||||||
| 1 | 38 | ||||||
| 4 | 1 | 1 | 5 | use warnings; | |||
| 1 | 2 | ||||||
| 1 | 23 | ||||||
| 5 | 1 | 1 | 5 | use Exporter (); | |||
| 1 | 2 | ||||||
| 1 | 35 | ||||||
| 6 | |||||||
| 7 | 0 | 0 | 0 | sub new {} | |||
| 8 | |||||||
| 9 | 1 |