File Coverage

blib/lib/Cassandra/Client/Error/UnavailableException.pm
Criterion Covered Total %
statement 11 14 78.5
branch n/a
condition n/a
subroutine 4 7 57.1
pod 0 3 0.0
total 15 24 62.5


line stmt bran cond sub pod time code
1             package Cassandra::Client::Error::UnavailableException;
2             our $AUTHORITY = 'cpan:TVDW';
3             $Cassandra::Client::Error::UnavailableException::VERSION = '0.13_006'; # TRIAL
4              
5 1     1   6 $Cassandra::Client::Error::UnavailableException::VERSION = '0.13006';use parent 'Cassandra::Client::Error::Base';
  1         9  
  1         5  
6 1     1   94 use 5.010;
  1         5  
7 1     1   7 use strict;
  1         2  
  1         32  
8 1     1   8 use warnings;
  1         2  
  1         127  
9              
10 0     0 0   sub cl { $_[0]{cl} }
11 0     0 0   sub required { $_[0]{required} }
12 0     0 0   sub alive { $_[0]{alive} }
13              
14             1;
15              
16             __END__