| blib/lib/Test/NoMalware.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 9 | 9 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 3 | 3 | 100.0 |
| pod | n/a | ||
| total | 12 | 12 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package Test::NoMalware; | ||||||
| 2 | |||||||
| 3 | 1 | 1 | 444 | use warnings; | |||
| 1 | 1 | ||||||
| 1 | 32 | ||||||
| 4 | 1 | 1 | 4 | use strict; | |||
| 1 | 0 | ||||||
| 1 | 14 | ||||||
| 5 | |||||||
| 6 | 1 | 1 | 8 | use Test::More; | |||
| 1 | 1 | ||||||
| 1 | 6 | ||||||
| 7 | |||||||
| 8 | our $VERSION = '3.1'; | ||||||
| 9 | |||||||
| 10 | if ($^O eq "MSWin32") { | ||||||
| 11 | plan skip_all => 'This module/test is not intended to be executed on Windows. You are wasting your time, energy, effort and life by using Windows.'; | ||||||
| 12 | } | ||||||
| 13 | |||||||
| 14 | |||||||
| 15 | 'there'; | ||||||
| 16 | |||||||
| 17 | __END__ |