Code Coverage
 
Classes and Traits
Functions and Methods
Lines
Total
n/a
0 / 0
n/a
0 / 0
CRAP
n/a
0 / 0
HTMLCollection
n/a
0 / 0
n/a
0 / 0
0
n/a
0 / 0
<?php
declare( strict_types = 1 );
namespace Wikimedia\Dodo;
class HTMLCollection implements \Wikimedia\IDLeDOM\HTMLCollection {
    // Stub out methods not yet implemented.
    use \Wikimedia\IDLeDOM\Stub\HTMLCollection;
    use UnimplementedTrait;
    // Helper functions from IDLeDOM
    use \Wikimedia\IDLeDOM\Helper\HTMLCollection;
}