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

Path::IsDev::Role::HeuristicSet - Role for sets of Heuristics.

Author

       Kent Fredric <kentnl@cpan.org>

Methods

"matches"
       Determine if the "HeuristicSet" contains a match.

           if( $hs->matches( $result_object ) ) {
               # one of hs->modules() matched $result_object->path
           }

Name

       Path::IsDev::Role::HeuristicSet - Role for sets of Heuristics.

Role Requires

"modules"
       Please provide a method that returns a list of modules that comprise heuristics.

Version

       version 1.001003

See Also