LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
Line data Source code 1 : /** 2 : * @file 3 : * 4 : * @brief 5 : * 6 : * @copyright BSD License (see LICENSE.md or https://www.libelektra.org) 7 : */ 8 : 9 : #include <key.hpp> 10 : #include <keyio.hpp> 11 : 12 : #include <iostream> 13 : 14 0 : int main () 15 : { 16 0 : kdb::Key k ("user:/hello_world", KEY_VALUE, "Hello World", KEY_END); 17 0 : std::cout << k << std::endl; 18 0 : } |
![]() |
Generated by: LCOV version 1.13 |