-
-
15 Jun 2022 09:17:51 UTC
- Distribution: TAP-DOM
- Module version: 0.97
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (0)
- Testers (404 / 0 / 0)
- Kwalitee
Bus factor: 1- 92.85% Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (270.98KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
Steffen Schwigon
NAME
TAP::DOM::Entry - Accessors for TAP::DOM line entries
DESCRIPTION
All single line entries are blessed to this class providing methods to get the actual values of
is_*
andhas_*
attributes transparently regardless of their storage as hash entries or bitsets; plus normal accessors to all other entry fields.ACCESSORS & METHODS
new - constructor
as_string
_children
data
description
directive
explanation
has_skip
has_todo
is_actual_ok
is_bailout
is_comment
is_ok
is_plan
is_pragma
is_test
is_unknown
is_unplanned
is_version
is_yaml
number
raw
type
severity
AUTHOR
Steffen Schwigon <ss5@renormalist.net>
COPYRIGHT AND LICENSE
This software is copyright (c) 2022 by Steffen Schwigon.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install TAP::DOM, copy and paste the appropriate command in to your terminal.
cpanm TAP::DOM
perl -MCPAN -e shell install TAP::DOM
For more information on module installation, please visit the detailed CPAN module installation guide.