File: 06_coverage.t

package info (click to toggle)
libclass-trigger-perl 0.15-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 200 kB
  • sloc: perl: 154; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 146 bytes parent folder | download | duplicates (2)
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');