lib/Kephra/App/Panel/TreeTool.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 6 | 8 | 75.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 2 | 4 | 50.0 |
pod | 0 | 1 | 0.0 |
total | 8 | 13 | 61.5 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Kephra::App::Panel::TreeTool; | ||||||
2 | 1 | 1 | 1342 | use strict; | |||
1 | 4 | ||||||
1 | 44 | ||||||
3 | 1 | 1 | 8 | use warnings; | |||
1 | 3 | ||||||
1 | 113 | ||||||
4 | |||||||
5 | our $VERSION = '0.01'; | ||||||
6 | |||||||
7 | 0 | 0 | sub _config { Kephra::API::settings()->{app}{panel}{lib}} | ||||
8 | |||||||
9 | 0 | 0 | 0 | sub start{} | |||
10 | |||||||
11 | 1; |