Coverage Summary for Class: BodyElement (kweb.html)

Class Class, % Method, % Branch, % Line, % Instruction, %
BodyElement 100% (1/1) 100% (1/1) 100% (1/1) 100% (6/6)


 package kweb.html
 
 import kweb.Element
 import kweb.WebBrowser
 
 /**
  * Represents the `body` element of the in-browser Document Object Model, corresponding to
  * the JavaScript [body](https://www.w3schools.com/tags/tag_body.asp) tag.
  */
 class BodyElement(webBrowser: WebBrowser, id: String) : Element(webBrowser, null, "body", id)