blib/lib/Mason/Test/Plugins/Notify/Compilation.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 3 | 3 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 1 | 1 | 100.0 |
pod | n/a | ||
total | 4 | 4 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Mason::Test::Plugins::Notify::Compilation; | ||||||
2 | $Mason::Test::Plugins::Notify::Compilation::VERSION = '2.24'; | ||||||
3 | 1 | 1 | 629 | use Mason::PluginRole; | |||
1 | 1 | ||||||
1 | 6 | ||||||
4 | |||||||
5 | before 'parse' => sub { | ||||||
6 | my ($self) = @_; | ||||||
7 | print STDERR "starting compilation parse - " . $self->path . "\n"; | ||||||
8 | }; | ||||||
9 | |||||||
10 | 1; |