Repository Analysis

PuerkitoBio/goquery

1.1 Likely human-written View on GitHub
1.1
Adjusted Score
1.1
Raw Score
100%
Time Factor
Last Push
Stars
Language
10,389
Lines of Code
41
Files
11
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 0LOW 11

Pattern Findings

11 matches across 1 category. Click a row to expand file-level details.

Over-Commented Block11 hits · 11 pts
SeverityFileLineSnippet
LOWmanipulation.go21// after the elements in the set of matched elements.
LOWmanipulation.go61 })
LOWmanipulation.go421// WrapAllMatcher wraps a single HTML structure, matched by the given Matcher,
LOWmanipulation.go501// WrapInnerMatcher wraps an HTML structure, matched by the given selector,
LOWtype.go121 Filter([]*html.Node) []*html.Node
LOWtype.go141// altered compared to standard Matchers. This means that the single-selection
LOWtraversal.go21// elements, filtered by a selector. It returns a new Selection object
LOWdoc.go1// Copyright (c) 2012-2016, Martin Angers & Contributors
LOWexpand.go41// AndSelf adds the previous set of elements on the stack to the current set.
LOWarray.go41 return newEmptySelection(s.document)
LOWutilities.go21