| blib/lib/Siesta/Send/Test.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 5 | 5 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 3 | 3 | 100.0 |
| pod | 0 | 2 | 0.0 |
| total | 8 | 10 | 80.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | 18 | 18 | 98 | use strict; | |||
| 18 | 42 | ||||||
| 18 | 1781 | ||||||
| 2 | package Siesta::Send::Test; | ||||||
| 3 | |||||||
| 4 | our @sent; | ||||||
| 5 | |||||||
| 6 | 18 | 18 | 0 | 2689 | sub new { bless {}, shift } | ||
| 7 | 14 | 14 | 0 | 169 | sub send { push @sent, $_[1] } | ||
| 8 | |||||||
| 9 | 1; |