| File: | blib/lib/TB2/Result/Role/pass.pm |
| Coverage: | 100.0% |
| line | stmt | bran | cond | sub | code |
|---|---|---|---|---|---|
| 1 | package TB2::Result::Role::pass; | ||||
| 2 | |||||
| 3 | 372 372 372 | use TB2::Mouse (); | |||
| 4 | 372 372 372 | use TB2::Mouse::Role; | |||
| 5 | |||||
| 6 | our $VERSION = '1.005000_005'; | ||||
| 7 | $VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval) | ||||
| 8 | |||||
| 9 | |||||
| 10 | 9130 | sub literal_pass { 1 } | |||
| 11 | |||||
| 12 | 372 372 372 | no TB2::Mouse::Role; | |||
| 13 | |||||
| 14 | 1; | ||||
| 15 | |||||
| 16 | |||||
| 17 - 25 | =head1 NAME TB2::Result::Role::pass - The assert passed =head1 DESCRIPTION Apply this role to a Result::Base object if the assert passed. =cut | ||||