File Coverage

blib/lib/App/EditorTools.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package App::EditorTools;
2              
3             # ABSTRACT: Command line tool for Perl code refactoring
4              
5 7     7   300239 use strict;
  7         15  
  7         227  
6 7     7   37 use warnings;
  7         13  
  7         219  
7              
8 7     7   6583 use App::Cmd::Setup -app;
  7         516221  
  7         63  
9              
10             our $VERSION = '1.00';
11              
12             1;
13              
14             __END__