LCOV - code coverage report
Current view: top level - seahorn/jobs/string_destroy - aws_string_destroy_harness.c (source / functions) Hit Total Coverage
Test: all_fuzz.info Lines: 7 7 100.0 %
Date: 2021-04-23 16:28:21 Functions: 1 1 100.0 %

          Line data    Source code
       1             : /*
       2             :  *
       3             :  */
       4             : 
       5             : #include <aws/common/string.h>
       6             : #include <byte_buf_helper.h>
       7             : #include <seahorn/seahorn.h>
       8             : #include <stddef.h>
       9             : #include <string_helper.h>
      10             : #include <utils.h>
      11             : 
      12      150000 : int main(void) {
      13      150000 :   struct aws_string *str =
      14      150000 :       nd_bool() ? ensure_string_is_allocated_nondet_length() : NULL;
      15      150000 :   aws_string_destroy(str);
      16      150000 : 
      17      150000 :   return 0;
      18      150000 : }

Generated by: LCOV version 1.13