File Coverage

blib/lib/Mason/Test/Plugins/Notify/Component.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::Component;
2             $Mason::Test::Plugins::Notify::Component::VERSION = '2.23';
3 1     1   543 use Mason::PluginRole;
  1         2  
  1         9  
4              
5             # This doesn't work - it interrupts the inner() chain. Investigate later.
6             #
7             # before 'render' => sub {
8             # my ($self) = @_;
9             # print STDERR "starting component render - " . $self->cmeta->path . "\n";
10             # };
11              
12             1;