blib/lib/Tinker/App.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 18 | 18 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 6 | 6 | 100.0 |
pod | n/a | ||
total | 24 | 24 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Tinker::App; | ||||||
2 | 2 | 2 | 2399 | use Mo; | |||
2 | 681 | ||||||
2 | 7 | ||||||
3 | extends 'Cog::App'; | ||||||
4 | |||||||
5 | 2 | 2 | 129 | use constant Name => 'Tinker'; | |||
2 | 2 | ||||||
2 | 82 | ||||||
6 | 2 | 2 | 6 | use constant command_script => 'tinker'; | |||
2 | 3 | ||||||
2 | 58 | ||||||
7 | 2 | 2 | 6 | use constant webapp_class => 'Tinker::WebApp'; | |||
2 | 2 | ||||||
2 | 57 | ||||||
8 | 2 | 2 | 7 | use constant config_file => 'tinker.yaml'; | |||
2 | 2 | ||||||
2 | 64 | ||||||
9 | |||||||
10 | package Tinker::WebApp; | ||||||
11 | 2 | 2 | 6 | use Mo; | |||
2 | 2 | ||||||
2 | 4 | ||||||
12 | extends 'Cog::WebApp'; | ||||||
13 | |||||||
14 | 1; |