File Coverage

blib/lib/Net/Routing/Darwin.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             # $Id: Darwin.pm,v 05d886dffb1a 2015/02/20 05:58:44 gomor $
3             #
4             package Net::Routing::Darwin;
5 2     2   5380 use strict;
  2         4  
  2         65  
6 2     2   9 use warnings;
  2         4  
  2         96  
7              
8             our $VERSION = '0.43';
9              
10 2     2   9 use base qw(Net::Routing::FreeBSD);
  2         3  
  2         465  
11              
12             1;
13              
14             __END__