NAME
Test::Class::Moose::Role::Reporting - Reporting gathering role
VERSION
version 0.99
DESCRIPTION
Note that everything in here is experimental and subject to change.
IMPLEMENTS
Test::Class::Moose::Role::HasTimeReport.
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.
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.
passed
Returns true if the class or method passed.
time
(From Test::Class::Moose::Role::HasTimeReport)
Returns a Test::Class::Moose::Report::Time object. This object represents the duration of this class or method.
SUPPORT
Bugs may be submitted at https://github.com/houseabsolute/test-class-moose/issues.
I am also usually active on IRC as 'autarch' on irc://irc.perl.org
.
SOURCE
The source code repository for Test-Class-Moose can be found at https://github.com/houseabsolute/test-class-moose.
AUTHORS
Curtis "Ovid" Poe <ovid@cpan.org>
Dave Rolsky <autarch@urth.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 - 2021 by Curtis "Ovid" Poe.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
The full text of the license can be found in the LICENSE file included with this distribution.