The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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_* and has_* 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) 2020 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.