lib/Module/New/Recipe/Gitignore.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 12 | 12 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 4 | 4 | 100.0 |
pod | n/a | ||
total | 16 | 16 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Module::New::Recipe::Gitignore; | ||||||
2 | |||||||
3 | 1 | 1 | 690 | use strict; | |||
1 | 1 | ||||||
1 | 33 | ||||||
4 | 1 | 1 | 3 | use warnings; | |||
1 | 1 | ||||||
1 | 19 | ||||||
5 | 1 | 1 | 3 | use Module::New::Recipe; | |||
1 | 1 | ||||||
1 | 4 | ||||||
6 | 1 | 1 | 37 | use Module::New::Command::Basic; | |||
1 | 2 | ||||||
1 | 5 | ||||||
7 | |||||||
8 | flow { | ||||||
9 | guess_root; | ||||||
10 | |||||||
11 | create_files('Gitignore'); | ||||||
12 | |||||||
13 | create_manifest; | ||||||
14 | }; | ||||||
15 | |||||||
16 | 1; | ||||||
17 | |||||||
18 | __END__ |