summaryrefslogtreecommitdiff
path: root/t/06_coverage.t
blob: 7d573e53e35a11034348661d427abb157b43e6d3 (plain)
1
2
3
4
5
6
7
8
use strict;
use Test::More tests => 1;

use lib './t/lib';
use Foo;

my $foo = Foo->new();
is($foo->call_trigger(), 0, 'no triggers, no action');