1Test::Run::Obj::FailedOUbsje(r3)Contributed Perl DocumenTteastti:o:nRun::Obj::FailedObj(3)
2
3
4
6 Test::Run::Obj::FailedObj - an object representing a failure.
7
9 Inherits from Test::Run::Base::Struct.
10
12 $self->_defined_percent()
13 Returns a defined percentage. It returns the percentage or 0 if it is
14 undefined.
15
16 $self->first_canon_string()
17 The first of the canon_strings(). (With index 0).
18
19 $self->rest_of_canons()
20 An array reference containing all the canons except the 0th.
21
22 $self->max_str()
23 A string representation of max.
24
25 $self->failed_str()
26 A string representation of failed.
27
29 Test::Run::Base::Struct, Test::Run::Obj, Test::Run::Core
30
32 This file is freely distributable under the MIT X11 license.
33
34 <http://www.opensource.org/licenses/mit-license.php>
35
37 Shlomi Fish, <http://www.shlomifish.org/>.
38
39
40
41perl v5.32.1 2021-01-27 Test::Run::Obj::FailedObj(3)