LCOV - code coverage report
Current view: top level - dom/notification - NotificationEvent.cpp (source / functions) Hit Total Coverage
Test: output.info Lines: 0 8 0.0 %
Date: 2017-07-14 16:53:18 Functions: 0 6 0.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : /* -*- Mode: c++; c-basic-offset: 2; indent-tabs-mode: nil; tab-width: 40 -*- */
       2             : /* vim: set ts=2 et sw=2 tw=80: */
       3             : /* This Source Code Form is subject to the terms of the Mozilla Public
       4             :  * License, v. 2.0. If a copy of the MPL was not distributed with this
       5             :  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
       6             : 
       7             : #include "NotificationEvent.h"
       8             : 
       9             : using namespace mozilla::dom;
      10             : 
      11             : BEGIN_WORKERS_NAMESPACE
      12             : 
      13           0 : NotificationEvent::NotificationEvent(EventTarget* aOwner)
      14           0 :   : ExtendableEvent(aOwner)
      15             : {
      16           0 : }
      17             : 
      18           0 : NS_IMPL_ADDREF_INHERITED(NotificationEvent, ExtendableEvent)
      19           0 : NS_IMPL_RELEASE_INHERITED(NotificationEvent, ExtendableEvent)
      20             : 
      21           0 : NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION_INHERITED(NotificationEvent)
      22           0 : NS_INTERFACE_MAP_END_INHERITING(ExtendableEvent)
      23             : 
      24           0 : NS_IMPL_CYCLE_COLLECTION_INHERITED(NotificationEvent, ExtendableEvent, mNotification)
      25             : 
      26             : END_WORKERS_NAMESPACE

Generated by: LCOV version 1.13