File Coverage

blib/lib/App/plockf.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             # -*- perl -*-
2              
3             #
4             # Author: Slaven Rezic
5             #
6             # Copyright (C) 2016,2017,2026 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             # WWW: https://github.com/eserte/app-plockf
11             #
12              
13             package App::plockf;
14              
15 1     1   83491 use strict;
  1         2  
  1         33  
16 1     1   6 use vars qw($VERSION);
  1         2  
  1         58  
17             $VERSION = '0.05';
18              
19             1;
20              
21             __END__