logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Test::BDD::Cucumber::Model::Document - Model to represent a feature file on disk or in memory

Attributes

filename
       The filename from which the document was loaded.

   content
       The file contents, as a string

   lines
       The file contents, as an arrayref of Test::BDD::Cucumber::Model::Line objects

Author

       Peter Sergeant "pete@clueball.com"

Description

       Model to represent a feature file on disk or in memory

License

         Copyright 2019-2023, Erik Huelsmann
         Copyright 2011-2019, Peter Sergeant; Licensed under the same terms as Perl

perl v5.40.1                                       2025-05-29             Test::BDD::Cucu...Model::Document(3pm)

Name

       Test::BDD::Cucumber::Model::Document - Model to represent a feature file on disk or in memory

Other

BUILD
       The instantiation populates lines() by splitting the input on newlines.

Version

       version 0.87

See Also