blib/lib/FormValidator/LazyWay/Rule/DateTime/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::DateTime::JA; | ||||||
2 | |||||||
3 | 2 | 2 | 12 | use strict; | |||
2 | 4 | ||||||
2 | 67 | ||||||
4 | 2 | 2 | 11 | use warnings; | |||
2 | 30 | ||||||
2 | 50 | ||||||
5 | 2 | 2 | 10 | use utf8; | |||
2 | 5 | ||||||
2 | 19 | ||||||
6 | |||||||
7 | 0 | 0 | 0 | 0 | sub datetime {'日時'} | ||
8 | 3 | 3 | 0 | 10 | sub date {'日付'} | ||
9 | 0 | 0 | 0 | sub time {'時間'} | |||
10 | |||||||
11 | 1; | ||||||
12 | |||||||
13 | =head1 NAME | ||||||
14 | |||||||
15 | FormValidator::LazyWay::Rule::DateTime::JA - Messages of DateTime Rule | ||||||
16 | |||||||
17 | =cut |