blib/lib/Eixo/Zone/Artifact.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 4 | 5 | 80.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 2 | 3 | 66.6 |
pod | 0 | 2 | 0.0 |
total | 6 | 10 | 60.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Eixo::Zone::Artifact; | ||||||
2 | |||||||
3 | 5 | 5 | 22400 | use strict; | |||
5 | 13 | ||||||
5 | 482 | ||||||
4 | |||||||
5 | sub new{ | ||||||
6 | |||||||
7 | 1 | 1 | 0 | 12 | return bless({}, $_[0]); | ||
8 | } | ||||||
9 | |||||||
10 | sub clean{ | ||||||
11 | |||||||
12 | 0 | 0 | 0 | die(ref($_[0]) . '::clean: ABSTRACT!!!'); | |||
13 | |||||||
14 | } | ||||||
15 | |||||||
16 | 1; |