blib/lib/Builtin/Logged.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 3 | 3 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 1 | 1 | 100.0 |
pod | n/a | ||
total | 4 | 4 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Builtin::Logged; | ||||||
2 | |||||||
3 | 1 | 1 | 807 | use parent qw(Log::Any::For::Builtins); | |||
1 | 251 | ||||||
1 | 4 | ||||||
4 | |||||||
5 | our $VERSION = '0.15'; # VERSION | ||||||
6 | |||||||
7 | 1; | ||||||
8 | # ABSTRACT: Alias for Log::Any::For::Builtins | ||||||
9 | |||||||
10 | __END__ |