File Coverage

blib/lib/RPC/Serialized/Server/UCSPI.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             #
2             # $HeadURL: https://svn.oucs.ox.ac.uk/people/oliver/pub/librpc-serialized-perl/trunk/lib/RPC/Serialized/Server/UCSPI.pm $
3             # $LastChangedRevision: 1281 $
4             # $LastChangedDate: 2008-10-01 16:16:56 +0100 (Wed, 01 Oct 2008) $
5             # $LastChangedBy: oliver $
6             #
7             package RPC::Serialized::Server::UCSPI;
8             {
9             $RPC::Serialized::Server::UCSPI::VERSION = '1.123630';
10             }
11              
12 4     4   750 use strict;
  4         8  
  4         150  
13 4     4   24 use warnings FATAL => 'all';
  4         6  
  4         261  
14              
15 4     4   22 use base 'RPC::Serialized::Server::STDIO';
  4         6  
  4         2494  
16              
17             1;
18