File Coverage

blib/lib/App/Greple.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             package App::Greple;
2              
3 189     189   2117361 use strict;
  189         301  
  189         5528  
4 189     189   735 use warnings;
  189         250  
  189         12168  
5              
6             =head1 NAME
7              
8             greple - extensible grep with lexical expression and region handling
9              
10             =head1 VERSION
11              
12             Version 10.05
13              
14             =cut
15              
16             our $VERSION = '10.05';
17              
18             =head1 AUTHOR
19              
20             Kazumasa Utashiro
21              
22             =head1 LICENSE AND COPYRIGHT
23              
24             Copyright 1991-2026 Kazumasa Utashiro
25              
26             This library is free software; you can redistribute it and/or modify
27             it under the same terms as Perl itself.
28              
29             =cut
30              
31             1; # End of App::Greple