File Coverage

blib/lib/DDC/Client/Distributed.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             #-*- Mode: CPerl -*-
2             ##
3             ## File: DDC::Client::Distributed.pm
4             ## Author: Bryan Jurish
5             ## Description:
6             ## + DDC Query utilities: clients for distributed server
7             ## (since v0.41 just a dummy wrapper for DDC::Client)
8             ##======================================================================
9              
10             package DDC::Client::Distributed;
11 26     26   210 use DDC::Client;
  26         56  
  26         792  
12 26     26   141 use strict;
  26         55  
  26         1622  
13             our @ISA = qw(DDC::Client);
14              
15              
16             1; ##-- be happy
17              
18             __END__