File Coverage

File:t/Output.t
Coverage:100.0%

linestmtbrancondsubtimecode
1#!/usr/bin/perl
2
3
1
1
1
1.33283536153864e+15
22
24
use strict;
4
1
1
1
5
1
32
use warnings;
5
6
1
1
1
190
18968
92
use Test::More tests => 1;
7
8BEGIN {
9
1
1687
    use_ok('C4::Output');
10}