| blib/lib/FormValidator/LazyWay/Rule/Object/JA.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 10 | 12 | 83.3 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 4 | 6 | 66.6 |
| pod | 0 | 3 | 0.0 |
| total | 14 | 21 | 66.6 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package FormValidator::LazyWay::Rule::Object::JA; | ||||||
| 2 | |||||||
| 3 | 5 | 5 | 30 | use strict; | |||
| 5 | 11 | ||||||
| 5 | 171 | ||||||
| 4 | 5 | 5 | 28 | use warnings; | |||
| 5 | 10 | ||||||
| 5 | 115 | ||||||
| 5 | 5 | 5 | 26 | use utf8; | |||
| 5 | 11 | ||||||
| 5 | 54 | ||||||
| 6 | |||||||
| 7 | 0 | 0 | 0 | 0 | sub boolean { '真又は偽' } | ||
| 8 | 0 | 0 | 0 | 0 | sub regexp { '正規表現' } | ||
| 9 | 8 | 8 | 0 | 26 | sub true { '真' } | ||
| 10 | |||||||
| 11 | 1; |