File Coverage

blib/lib/Rex/Args/Single.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod 0 1 0.0
total 9 10 90.0


line stmt bran cond sub pod time code
1             #
2             # (c) Jan Gehring
3             #
4              
5             package Rex::Args::Single;
6              
7 2     2   29 use v5.12.5;
  2         6  
8 2     2   11 use warnings;
  2         9  
  2         141  
9              
10             our $VERSION = '1.14.3'; # VERSION
11              
12 4     4 0 14 sub get { return 1; }
13              
14             1;