LCOV - code coverage report
Current view: top level - src - common.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 0 1 0.0 %
Date: 2022-08-24 00:20:53 Functions: 0 0 -

          Line data    Source code
       1             : // Copyright (c) 2020 Famedly GmbH
       2             : // SPDX-License-Identifier: AGPL-3.0-or-later
       3             : 
       4             : /// This exception is thrown on Native only. olm.js does not detect
       5             : /// use-after-free, resulting in undefined behavior on Web.
       6             : class UseAfterFreeError extends Error {
       7           0 :   String toString() =>
       8             :       'Attempted to use (or double-free) a freed libolm object';
       9             : }

Generated by: LCOV version 1.16