Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Path::IsDev::Heuristic::TestDir - Determine if a path contains a t/ or xt/ directory

Author

       Kent Fredric <kentnl@cpan.org>

Methods

"dirs"
       Directories relevant to this heuristic:

           t/
           xt/

   "matches"
           if ( $heuristic->matches( $result_object ) ) {
               # one of the directories in ->dirs exists
           }

Name

       Path::IsDev::Heuristic::TestDir - Determine if a path contains a t/ or xt/ directory

Version

       version 1.001003

See Also