File Coverage

blib/lib/Sys/Info/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 Sys::Info::Driver;
2             $Sys::Info::Driver::VERSION = '0.7807';
3 1     1   501 use strict;
  1         2  
  1         30  
4 1     1   5 use warnings;
  1         2  
  1         38  
5              
6             1;
7              
8             __END__
9              
10             =pod
11              
12             =encoding UTF-8
13              
14             =head1 NAME
15              
16             Sys::Info::Driver
17              
18             =head1 VERSION
19              
20             version 0.7807
21              
22             =head1 NAME
23              
24             Sys::Info::Driver - Driver base class
25              
26             =head1 SEE ALSO
27              
28             L<Sys::Info>,
29             L<Sys::Info::Driver::Unknown>,
30             L<Sys::Info::Driver::Windows>,
31             L<Sys::Info::Driver::Linux>,
32             L<Sys::Info::Driver::BSD>.
33              
34             =head1 AUTHOR
35              
36             Burak Gursoy <burak@cpan.org>
37              
38             =head1 COPYRIGHT AND LICENSE
39              
40             This software is copyright (c) 2006 by Burak Gursoy.
41              
42             This is free software; you can redistribute it and/or modify it under
43             the same terms as the Perl 5 programming language system itself.
44              
45             =cut