serp-spider/search-engine-google

View on GitHub
src/Parser/Evaluated/Rule/Natural/Classical/ClassicalWithLargeVideo.php

Summary

Maintainability
A
1 hr
Test Coverage

Method parse has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function parse(GoogleDom $dom, \DomElement $node, IndexedResultSet $resultSet)
    {
        $xpath = $dom->getXpath();
        $aTag = $xpath->query("descendant::h3[@class='r'][1]/a", $node)->item(0);

    There are no issues that match your filters.

    Category
    Status