{
    "mode": "perldoc",
    "parameter": "TAP::Parser::Result::Comment",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/TAP%3A%3AParser%3A%3AResult%3A%3AComment/json",
    "generated": "2026-07-05T09:27:03Z",
    "sections": {
        "NAME": {
            "content": "TAP::Parser::Result::Comment - Comment result token.\n",
            "subsections": []
        },
        "VERSION": {
            "content": "Version 3.43\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This is a subclass of TAP::Parser::Result. A token of this class will be returned if a comment\nline is encountered.\n\n1..1\nok 1 - woo hooo!\n# this is a comment\n",
            "subsections": []
        },
        "OVERRIDDEN METHODS": {
            "content": "Mainly listed here to shut up the pitiful screams of the pod coverage tests. They keep me awake\nat night.\n\n*   \"asstring\"\n\nNote that this method merely returns the comment preceded by a '# '.\n",
            "subsections": [
                {
                    "name": "Instance Methods",
                    "content": "\"comment\"\nif ( $result->iscomment ) {\nmy $comment = $result->comment;\nprint \"I have something to say:  $comment\";\n}\n"
                }
            ]
        }
    },
    "summary": "TAP::Parser::Result::Comment - Comment result token.",
    "flags": [],
    "examples": [],
    "see_also": []
}