LCOV - code coverage report
Current view: directory - src/trusted/desc - nrd_all_modules.c (source / functions) Found Hit Coverage
Test: coverage.lcov Lines: 6 6 100.0 %
Date: 2014-06-18 Functions: 0 0 -

       1                 : /*
       2                 :  * Copyright 2008  The Native Client Authors.  All rights reserved.
       3                 :  * Use of this source code is governed by a BSD-style license that can
       4                 :  * be found in the LICENSE file.
       5                 :  */
       6                 : 
       7                 : /*
       8                 :  * Gather ye all module initializations and finalizations needed by
       9                 :  * the NRD transfer protocol code here.
      10                 :  */
      11                 : 
      12                 : #include "native_client/src/trusted/desc/nrd_all_modules.h"
      13                 : #include "native_client/src/trusted/desc/nacl_desc_invalid.h"
      14                 : #include "native_client/src/shared/platform/platform_init.h"
      15                 : 
      16                 : void NaClNrdAllModulesInit(void) {
      17                 :   /*
      18                 :    * NaClLogModuleInit examines NACLLOG and NACLVERBOSITY environment
      19                 :    * variables.
      20                 :    */
      21             310 :   NaClPlatformInit();
      22             310 :   NaClDescInvalidInit();
      23             310 : }
      24                 : 
      25                 : void NaClNrdAllModulesFini(void) {
      26              37 :   NaClDescInvalidFini();
      27              37 :   NaClPlatformFini();
      28              37 : }

Generated by: LCOV version 1.7