File Coverage

blib/lib/Gungho/Plugin.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             # $Id: /mirror/gungho/lib/Gungho/Plugin.pm 1655 2007-04-10T01:52:17.416998Z lestrrat $
2             #
3             # Copyright (c) 2007 Daisuke Maki <daisuke@endeworks.jp>
4             # All rights reserved.
5              
6             package Gungho::Plugin;
7 1     1   1178 use strict;
  1         1  
  1         21  
8 1     1   4 use warnings;
  1         0  
  1         20  
9 1     1   3 use base qw(Gungho::Base);
  1         1  
  1         11  
10              
11             1;
12              
13             __END__
14              
15             =head1 NAME
16              
17             Gungho::Plugin - Gungho Plugin Base Class
18              
19             =cut