File Coverage

blib/lib/SpeL/Object/Option.pm
Criterion Covered Total %
statement 15 15 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 20 20 100.0


line stmt bran cond sub pod time code
1             # -*- cperl -*-
2             # ABSTRACT: LaTeX option object
3              
4              
5 41     41   239 use strict;
  41         102  
  41         1848  
6 41     41   198 use warnings;
  41         61  
  41         2342  
7             package SpeL::Object::Option;
8              
9 41     41   240 use parent 'Exporter';
  41         81  
  41         302  
10 41     41   2768 use Carp;
  41         83  
  41         2785  
11              
12 41     41   1187 use SpeL::Object::Element;
  41         84  
  41         1682  
13              
14             #use Data::Dumper;
15              
16              
17              
18             1;
19              
20             __END__