File Coverage

blib/lib/Eidolon/Driver.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 Eidolon::Driver;
2             # ==============================================================================
3             #
4             # Eidolon
5             # Copyright (c) 2009, Atma 7
6             # ---
7             # Eidolon/Driver.pm - generic driver
8             #
9             # ==============================================================================
10              
11 6     6   39 use warnings;
  6         10  
  6         207  
12 6     6   32 use strict;
  6         11  
  6         348  
13              
14             our $VERSION = "0.02"; # 2009-05-12 05:58:42
15              
16             1;
17              
18             __END__