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 51897565ff32 2015/02/09 20:41:56 gomor $
3             #
4             package Net::Routing::Darwin;
5 2     2   5524 use strict;
  2         4  
  2         83  
6 2     2   10 use warnings;
  2         2  
  2         127  
7              
8             our $VERSION = '0.41';
9              
10 2     2   9 use base qw(Net::Routing::FreeBSD);
  2         3  
  2         469  
11              
12             1;
13              
14             __END__