LCOV - code coverage report
Current view: top level - xpcom/base - nsSecurityConsoleMessage.cpp (source / functions) Hit Total Coverage
Test: output.info Lines: 0 17 0.0 %
Date: 2017-07-14 16:53:18 Functions: 0 9 0.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
       2             : /* vim: set ts=8 sts=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 "nsSecurityConsoleMessage.h"
       8             : 
       9           0 : NS_IMPL_ISUPPORTS(nsSecurityConsoleMessage, nsISecurityConsoleMessage)
      10             : 
      11           0 : nsSecurityConsoleMessage::nsSecurityConsoleMessage()
      12             : {
      13           0 : }
      14             : 
      15           0 : nsSecurityConsoleMessage::~nsSecurityConsoleMessage()
      16             : {
      17           0 : }
      18             : 
      19             : NS_IMETHODIMP
      20           0 : nsSecurityConsoleMessage::GetTag(nsAString& aTag)
      21             : {
      22           0 :   aTag = mTag;
      23           0 :   return NS_OK;
      24             : }
      25             : 
      26             : NS_IMETHODIMP
      27           0 : nsSecurityConsoleMessage::SetTag(const nsAString& aTag)
      28             : {
      29           0 :   mTag = aTag;
      30           0 :   return NS_OK;
      31             : }
      32             : 
      33             : NS_IMETHODIMP
      34           0 : nsSecurityConsoleMessage::GetCategory(nsAString& aCategory)
      35             : {
      36           0 :   aCategory = mCategory;
      37           0 :   return NS_OK;
      38             : }
      39             : 
      40             : NS_IMETHODIMP
      41           0 : nsSecurityConsoleMessage::SetCategory(const nsAString& aCategory)
      42             : {
      43           0 :   mCategory = aCategory;
      44           0 :   return NS_OK;
      45             : }

Generated by: LCOV version 1.13