blib/lib/App/orgdaemon.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 | # -*- perl -*- | ||||||
2 | |||||||
3 | # | ||||||
4 | # Author: Slaven Rezic | ||||||
5 | # | ||||||
6 | # Copyright (C) 2016,2017 Slaven Rezic. All rights reserved. | ||||||
7 | # This package is free software; you can redistribute it and/or | ||||||
8 | # modify it under the same terms as Perl itself. | ||||||
9 | # | ||||||
10 | # Mail: slaven@rezic.de | ||||||
11 | # WWW: http://www.rezic.de/eserte/ | ||||||
12 | # | ||||||
13 | |||||||
14 | package App::orgdaemon; | ||||||
15 | |||||||
16 | 1 | 1 | 69572 | use strict; | |||
1 | 3 | ||||||
1 | 51 | ||||||
17 | our $VERSION = '1.05'; | ||||||
18 | |||||||
19 | 1; | ||||||
20 | |||||||
21 | __END__ |