| blib/lib/Kelp/Module/Config/Null.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 4 | 4 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 2 | 2 | 100.0 |
| pod | 1 | 1 | 100.0 |
| total | 7 | 7 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package Kelp::Module::Config::Null; | ||||||
| 2 | 1 | 1 | 494 | use Kelp::Base 'Kelp::Module::Config'; | |||
| 1 | 2 | ||||||
| 1 | 6 | ||||||
| 3 | |||||||
| 4 | attr ext => 'null'; | ||||||
| 5 | |||||||
| 6 | sub load { | ||||||
| 7 | return { | ||||||
| 8 | 1 | 1 | 1 | 4 | injected => 1 | ||
| 9 | }; | ||||||
| 10 | } | ||||||
| 11 | |||||||
| 12 | 1; |