blib/lib/App/cpantested.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 12 | 12 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 4 | 4 | 100.0 |
pod | n/a | ||
total | 16 | 16 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package App::cpantested; | ||||||
2 | # ABSTRACT: delegate testing to the cloud | ||||||
3 | |||||||
4 | |||||||
5 | 1 | 1 | 43184 | use 5.008; | |||
1 | 4 | ||||||
1 | 54 | ||||||
6 | 1 | 1 | 13 | use strict; | |||
1 | 2 | ||||||
1 | 38 | ||||||
7 | 1 | 1 | 6 | use utf8; | |||
1 | 2 | ||||||
1 | 7 | ||||||
8 | 1 | 1 | 33 | use warnings qw(all); | |||
1 | 2 | ||||||
1 | 69 | ||||||
9 | |||||||
10 | our $VERSION = '0.003'; # VERSION | ||||||
11 | |||||||
12 | |||||||
13 | 1; | ||||||
14 | |||||||
15 | __END__ |