Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
|||
Ol | n/a |
0 / 0 |
n/a |
0 / 0 |
0 | n/a |
0 / 0 |
1 | <?php |
2 | |
3 | namespace pvc\html\elements_structured; |
4 | |
5 | /** |
6 | * zero or more <li>, <script> and <template> elements as children. |
7 | * If it has an li element, it is in the catagory of palpable content |
8 | */ |
9 | class Ol |
10 | { |
11 | |
12 | } |