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 717225574cff 2015/11/12 08:46:57 gomor $
3             #
4             package Net::Routing::Darwin;
5 2     2   7324 use strict;
  2         4  
  2         52  
6 2     2   11 use warnings;
  2         4  
  2         87  
7              
8             our $VERSION = '0.44';
9              
10 2     2   10 use base qw(Net::Routing::FreeBSD);
  2         5  
  2         648  
11              
12             1;
13              
14             __END__