File Coverage

blib/lib/Tapper/TestSuite/Netperf.pm
Criterion Covered Total %
statement 2 4 50.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 4 6 66.6


line stmt bran cond sub pod time code
1             package Tapper::TestSuite::Netperf;
2             # git description: v4.1.0-2-gaabc828
3              
4             BEGIN {
5 2     2   119870 $Tapper::TestSuite::Netperf::AUTHORITY = 'cpan:TAPPER';
6             }
7             {
8             $Tapper::TestSuite::Netperf::VERSION = '4.1.1';
9             }
10             # ABSTRACT: Tapper - Network performance measurements
11              
12 2     2   2541 use Moose;
  0            
  0            
13              
14             with 'MooseX::Log::Log4perl';
15              
16             1; # End of Tapper::TestSuite::Netperf
17              
18              
19              
20             =pod
21              
22             =encoding utf-8
23              
24             =head1 NAME
25              
26             Tapper::TestSuite::Netperf - Tapper - Network performance measurements
27              
28             =head1 SYNOPSIS
29              
30             You most likely want to run the frontend cmdline tool like this
31              
32             # host 1
33             $ tapper-testsuite-netperf-server
34              
35             # host 2
36             $ tapper-testsuite-netperf-client
37              
38             =head1 DESCRIPTION
39              
40             This distribution provides Tapper with Network performance measurements.
41              
42             =head1 AUTHOR
43              
44             AMD OSRC Tapper Team <tapper@amd64.org>
45              
46             =head1 COPYRIGHT AND LICENSE
47              
48             This software is Copyright (c) 2012 by Advanced Micro Devices, Inc..
49              
50             This is free software, licensed under:
51              
52             The (two-clause) FreeBSD License
53              
54             =cut
55              
56              
57             __END__
58