File Coverage

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