File Coverage

File:t/lib/SimpleTestPlugin.pm
Coverage:90.0%

linestmtbrancondsubpodtimecode
1package SimpleTestPlugin;
2
1
1
1
11
7
41
use strict;
3
1
1
1
9
6
49
use warnings;
4
5
0
sub init {}
6
71;