File Coverage

blib/lib/Teamspeak/Player.pm
Criterion Covered Total %
statement 6 7 85.7
branch n/a
condition n/a
subroutine 2 3 66.6
pod 1 1 100.0
total 9 11 81.8


line stmt bran cond sub pod time code
1             # $Id: Player.pm 35 2007-10-21 22:23:54Z maletin $
2             # $URL: http://svn.berlios.de/svnroot/repos/cpan-teamspeak/cpan/trunk/lib/Teamspeak/Player.pm $
3              
4             package Teamspeak::Player;
5              
6 2     2   10 use strict;
  2         3  
  2         74  
7 2     2   10 use vars qw( $VERSION );
  2         3  
  2         155  
8             $VERSION = '0.6';
9              
10             sub new {
11 0     0 1   my ( $self, %args ) = @_;
12             } # new
13              
14             1;