File Coverage

File:t/Patroncards_Layout.t
Coverage:100.0%

linestmtbrancondsubtimecode
1#!/usr/bin/perl
2#
3# This Koha test module is a stub!
4# Add more tests here!!!
5
6
1
1
1
1.33283537967683e+15
29
72
use strict;
7
1
1
1
30
24
68
use warnings;
8
9
1
1
1
296
19694
43
use Test::More tests => 1;
10
11BEGIN {
12
1
2002
        use_ok('C4::Patroncards::Layout');
13}
14