lib/Mail/Pyzor/X.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 Mail::Pyzor::X; | ||||||
2 | |||||||
3 | # Copyright 2018 cPanel, LLC. | ||||||
4 | # All rights reserved. | ||||||
5 | # http://cpanel.net | ||||||
6 | # | ||||||
7 | # This is free software; you can redistribute it and/or modify it under the | ||||||
8 | # Apache 2.0 license. | ||||||
9 | |||||||
10 | 2 | 2 | 19 | use strict; | |||
2 | 5 | ||||||
2 | 66 | ||||||
11 | 2 | 2 | 10 | use warnings; | |||
2 | 3 | ||||||
2 | 57 | ||||||
12 | |||||||
13 | 2 | 2 | 10 | use parent qw( X::Tiny ); | |||
2 | 4 | ||||||
2 | 11 | ||||||
14 | |||||||
15 | 1; |