| blib/lib/Empyrion/Base.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 1 | 3 | 33.3 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 1 | 1 | 100.0 |
| pod | n/a | ||
| total | 2 | 4 | 50.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package Empyrion::Base; | ||||||
| 2 | our $AUTHORITY = 'cpan:GETTY'; | ||||||
| 3 | # ABSTRACT: Base class for distribution packages | ||||||
| 4 | $Empyrion::Base::VERSION = '0.001'; | ||||||
| 5 | 2 | 2 | 1021 | use MooX (); | |||
| 0 | |||||||
| 0 | |||||||
| 6 | |||||||
| 7 | sub import { MooX->import::into(scalar caller, qw( +Carp +Path::Tiny +bytes )) } | ||||||
| 8 | |||||||
| 9 | 1; | ||||||
| 10 | |||||||
| 11 | __END__ |