lib/App/I18N/Command/Import.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 18 | 19 | 94.7 |
branch | n/a | ||
condition | n/a | ||
subroutine | 6 | 7 | 85.7 |
pod | 0 | 1 | 0.0 |
total | 24 | 27 | 88.8 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package App::I18N::Command::Import; | ||||||
2 | 1 | 1 | 1344 | use warnings; | |||
1 | 3 | ||||||
1 | 38 | ||||||
3 | 1 | 1 | 5 | use strict; | |||
1 | 2 | ||||||
1 | 36 | ||||||
4 | 1 | 1 | 5 | use base qw(App::I18N::Command); | |||
1 | 2 | ||||||
1 | 83 | ||||||
5 | 1 | 1 | 6 | use App::I18N::DB; | |||
1 | 2 | ||||||
1 | 19 | ||||||
6 | 1 | 1 | 7 | use DBI; | |||
1 | 3 | ||||||
1 | 48 | ||||||
7 | 1 | 1 | 6 | use DBD::SQLite; | |||
1 | 2 | ||||||
1 | 65 | ||||||
8 | |||||||
9 | sub run { | ||||||
10 | 0 | 0 | 0 | my ($self) = @_; | |||
11 | |||||||
12 | } | ||||||
13 | |||||||
14 | 1; |