| blib/lib/FormValidator/Simple/Struct/AllowCharacter.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 15 | 15 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 6 | 6 | 100.0 |
| pod | n/a | ||
| total | 21 | 21 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package FormValidator::Simple::Struct::AllowCharacter; | ||||||
| 2 | 8 | 8 | 7303 | use 5.008_001; | |||
| 8 | 28 | ||||||
| 3 | 8 | 8 | 44 | use strict; | |||
| 8 | 14 | ||||||
| 8 | 196 | ||||||
| 4 | 8 | 8 | 43 | use warnings; | |||
| 8 | 15 | ||||||
| 8 | 292 | ||||||
| 5 | 8 | 8 | 38 | use utf8; | |||
| 8 | 15 | ||||||
| 8 | 60 | ||||||
| 6 | |||||||
| 7 | our $VERSION = '0.16'; | ||||||
| 8 | |||||||
| 9 | 8 | 8 | 419 | use base 'Exporter'; | |||
| 8 | 17 | ||||||
| 8 | 1165 | ||||||
| 10 | our @EXPORT= qw/ALLOWCHARACTER::SPACE/; | ||||||
| 11 | |||||||
| 12 | sub ALLOWCHARACTER::SPACE{ | ||||||
| 13 | 6 | 6 | 14 | '\s'; | |||
| 14 | } | ||||||
| 15 | |||||||
| 16 | 1; | ||||||
| 17 | |||||||
| 18 | __END__ |