File: | t/Review.t |
Coverage: | 100.0% |
line | stmt | bran | cond | sub | time | code |
---|---|---|---|---|---|---|
1 | #!/usr/bin/perl | |||||
2 | # | |||||
3 | # | |||||
4 | # This Koha test module is a stub! | |||||
5 | # Add more tests here!!! | |||||
6 | ||||||
7 | 1 1 1 | 1.33283539170673e+15 2 25 | use strict; | |||
8 | 1 1 1 | 4 1 34 | use warnings; | |||
9 | ||||||
10 | 1 1 1 | 217 19360 20 | use Test::More tests => 1; | |||
11 | ||||||
12 | BEGIN { | |||||
13 | 1 | 1473 | use_ok('C4::Review'); | |||
14 | } | |||||
15 |