| blib/lib/Aliyun.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 8 | 8 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 3 | 3 | 100.0 |
| pod | n/a | ||
| total | 11 | 11 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package Aliyun; | ||||||
| 2 | 1 | 1 | 53476 | use 5.024003; | |||
| 1 | 3 | ||||||
| 3 | 1 | 1 | 4 | use strict; | |||
| 1 | 1 | ||||||
| 1 | 16 | ||||||
| 4 | 1 | 1 | 3 | use warnings; | |||
| 1 | 2 | ||||||
| 1 | 87 | ||||||
| 5 | |||||||
| 6 | our $VERSION = '1.0.0'; | ||||||
| 7 | |||||||
| 8 | |||||||
| 9 | # Preloaded methods go here. | ||||||
| 10 | |||||||
| 11 | 1; | ||||||
| 12 | __END__ |