File Coverage

blib/lib/Error/Simple.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             # Error/Simple.pm
2             #
3             # Copyright (c) 2006 Shlomi Fish .
4             # This file is free software; you can redistribute it and/or
5             # modify it under the terms of the MIT/X11 license (whereas the licence
6             # of the Error distribution as a whole is the GPLv1+ and the Artistic
7             # licence).
8              
9             package Error::Simple;
10             $Error::Simple::VERSION = '0.17030';
11 3     3   887826 use strict;
  3         6  
  3         120  
12 3     3   23 use warnings;
  3         6  
  3         235  
13              
14 3     3   1698 use Error;
  3         17  
  3         26  
15              
16             1;
17              
18             __END__