LCOV - code coverage report
Current view: top level - test/fuzzer - wasm-data-section.cc (source / functions) Hit Total Coverage
Test: app.info Lines: 2 2 100.0 %
Date: 2017-10-20 Functions: 1 1 100.0 %

          Line data    Source code
       1             : // Copyright 2016 the V8 project authors. All rights reserved.
       2             : // Use of this source code is governed by a BSD-style license that can be
       3             : // found in the LICENSE file.
       4             : 
       5             : #include "src/objects-inl.h"
       6             : #include "test/fuzzer/wasm-fuzzer-common.h"
       7             : 
       8           1 : extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
       9             :   return v8::internal::wasm::fuzzer::FuzzWasmSection(
      10           1 :       v8::internal::wasm::kDataSectionCode, data, size);
      11             : }

Generated by: LCOV version 1.10