{
    "content": [
        {
            "type": "text",
            "text": "# TAP::Formatter::Session (perldoc)\n\n## NAME\n\nTAP::Formatter::Session - Abstract base class for harness output delegate\n\n## Sections\n\n- **NAME**\n- **VERSION**\n- **METHODS** (1 subsections)\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "TAP::Formatter::Session",
        "section": "",
        "mode": "perldoc",
        "summary": "TAP::Formatter::Session - Abstract base class for harness output delegate",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "VERSION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "Class Methods",
                        "lines": 32
                    }
                ]
            }
        ],
        "sections": {
            "NAME": {
                "content": "TAP::Formatter::Session - Abstract base class for harness output delegate\n",
                "subsections": []
            },
            "VERSION": {
                "content": "Version 3.43\n",
                "subsections": []
            },
            "METHODS": {
                "content": "",
                "subsections": [
                    {
                        "name": "Class Methods",
                        "content": "\"new\"\nmy %args = (\nformatter => $self,\n)\nmy $harness = TAP::Formatter::Console::Session->new( \\%args );\n\nThe constructor returns a new \"TAP::Formatter::Console::Session\" object.\n\n*   \"formatter\"\n\n*   \"parser\"\n\n*   \"name\"\n\n*   \"showcount\"\n\n\"header\"\nOutput test preamble\n\n\"result\"\nCalled by the harness for each line of TAP it receives.\n\n\"closetest\"\nCalled to close a test session.\n\n\"clearforclose\"\nCalled by \"closetest\" to clear the line showing test progress, or the parallel test ruler,\nprior to printing the final test result.\n\n\"timereport\"\nReturn a formatted string about the elapsed (wall-clock) time and about the consumed CPU time.\n"
                    }
                ]
            }
        }
    }
}