
TAPx::Harness::Compatible::Point - object for tracking a single test point

One TAPx::Harness::Compatible::Point object represents a single test point.

my $point = new TAPx::Harness::Compatible::Point;
Create a test point object.

Constructor from a TAP test line, or empty return if the test line is not a test line.

Each of the following fields has a getter and setter method.

TODO: Document add_diagnostic
TODO: Document description
TODO: Document diagnostics
TODO: Document directive
TODO: Document directive_reason
TODO: Document directive_type
TODO: Document from_test_line
TODO: Document is_skip
TODO: Document is_todo
TODO: Document pass
TODO: Document reason
TODO: Document set_description
TODO: Document set_directive
TODO: Document set_directive_reason
TODO: Document set_directive_type
TODO: Document set_number
TODO: Document set_ok
TODO: Document type