| File: | blib/lib/TB2/Event/TestEnd.pm |
| Coverage: | 100.0% |
| line | stmt | bran | cond | sub | code |
|---|---|---|---|---|---|
| 1 | package TB2::Event::TestEnd; | ||||
| 2 | |||||
| 3 | 368 368 368 | use TB2::Mouse; | |||
| 4 | with 'TB2::Event'; | ||||
| 5 | |||||
| 6 | our $VERSION = '1.005000_005'; | ||||
| 7 | $VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval) | ||||
| 8 | |||||
| 9 | |||||
| 10 - 24 | =head1 NAME TB2::Event::TestEnd - End of a test event =head1 DESCRIPTION This is an Event representing the end of a test. =head1 METHODS =head3 build_event_type The event type is C<test_end>. =cut | ||||
| 25 | |||||
| 26 | 580 | sub build_event_type { "test_end" } | |||
| 27 | |||||
| 28 | 1; | ||||