NAME
Test::Class::Moose::Role::Reporting - Reporting gathering role
DESCRIPTION
Note that everything in here is experimental and subject to change.
REQUIRES
None.
PROVIDED
ATTRIBUTES
name
The "name" of the statistic. For a class, this should be the class name. For a method, it should be the method name.
start_benchmark
The starting Benchmark
object.
end_benchmark
The ending Benchmark
object.
notes
A hashref. The end user may use this to store anything desired.
skipped
If the class or method is skipped, this will return the skip message.
is_skipped
Returns true if the class or method is skipped.
time
Returns a Test::Class::Moose::Reporting::Time
object. This object represents the duration of this class or method.