File Coverage

blib/lib/WWW/Mixi/OO/ShowCommunity.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             # -*- cperl -*-
2             # copyright (C) 2005 Topia . all rights reserved.
3             # This is free software; you can redistribute it and/or modify it
4             # under the same terms as Perl itself.
5             # $Id: ShowCommunity.pm 41 2005-01-30 12:47:17Z topia $
6             # $URL: file:///usr/minetools/svnroot/mixi/trunk/WWW-Mixi-OO/lib/WWW/Mixi/OO/ShowCommunity.pm $
7             package WWW::Mixi::OO::ShowCommunity;
8 1     1   8387 use strict;
  1         3  
  1         39  
9 1     1   5 use warnings;
  1         3  
  1         33  
10 1     1   6 use base qw(WWW::Mixi::OO::Page);
  1         3  
  1         113  
11              
12             # FIXME: placeholder
13              
14             1;