| blib/lib/Acme/CPANTesters/Experiment.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 | 1 | 1 | 733 | use strict; | |||
| 1 | 1 | ||||||
| 1 | 34 | ||||||
| 2 | 1 | 1 | 17 | use warnings; | |||
| 1 | 2 | ||||||
| 1 | 47 | ||||||
| 3 | package Acme::CPANTesters::Experiment; | ||||||
| 4 | # ABSTRACT: This is surely not the module you are looking for. I'm testing various things related to CPANTesters | ||||||
| 5 | |||||||
| 6 | =head1 NAME | ||||||
| 7 | |||||||
| 8 | Acme::CPANTesters::Experiment - Experimenting with CPANTesters | ||||||
| 9 | |||||||
| 10 | =head1 DESCRIPTION | ||||||
| 11 | |||||||
| 12 | This is not the module you are looking for. | ||||||
| 13 | I'm testing various things related to CPANTesters | ||||||
| 14 | |||||||
| 15 | =cut | ||||||
| 16 | |||||||
| 17 | 1; |