LCOV - code coverage report
Current view: top level - obj-x86_64-pc-linux-gnu/ipc/ipdl - ServiceWorkerConfiguration.cpp (source / functions) Hit Total Coverage
Test: output.info Lines: 10 16 62.5 %
Date: 2017-07-14 16:53:18 Functions: 4 6 66.7 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : //
       2             : // Automatically generated by ipdlc.
       3             : // Edit at your own risk
       4             : //
       5             : 
       6             : 
       7             : #include "mozilla/dom/ServiceWorkerConfiguration.h"
       8             : 
       9             : 
      10             : //-----------------------------------------------------------------------------
      11             : // Method definitions for the IPDL type |struct ServiceWorkerConfiguration|
      12             : //
      13             : namespace mozilla {
      14             : namespace dom {
      15           2 : MOZ_IMPLICIT ServiceWorkerConfiguration::ServiceWorkerConfiguration()
      16             : {
      17           2 :     Init();
      18           2 : }
      19             : 
      20           4 : ServiceWorkerConfiguration::~ServiceWorkerConfiguration()
      21             : {
      22           4 : }
      23             : 
      24           0 : auto ServiceWorkerConfiguration::operator==(const ServiceWorkerConfiguration& _o) const -> bool
      25             : {
      26           0 :     if ((!((serviceWorkerRegistrations()) == ((_o).serviceWorkerRegistrations())))) {
      27           0 :         return false;
      28             :     }
      29           0 :     return true;
      30             : }
      31             : 
      32           0 : auto ServiceWorkerConfiguration::operator!=(const ServiceWorkerConfiguration& _o) const -> bool
      33             : {
      34           0 :     return (!(operator==(_o)));
      35             : }
      36             : 
      37           4 : auto ServiceWorkerConfiguration::Init() -> void
      38             : {
      39           4 : }
      40             : 
      41           2 : auto ServiceWorkerConfiguration::Assign(const nsTArray<ServiceWorkerRegistrationData>& _serviceWorkerRegistrations) -> void
      42             : {
      43           2 :     serviceWorkerRegistrations_ = _serviceWorkerRegistrations;
      44           2 : }
      45             : 
      46             : } // namespace dom
      47             : } // namespace mozilla

Generated by: LCOV version 1.13