File Coverage

BacktraceInfo.xsi
Criterion Covered Total %
statement 3 3 100.0
branch 2 4 50.0
condition n/a
subroutine n/a
pod n/a
total 5 7 71.4


line stmt bran cond sub pod time code
1             MODULE = Exception::Backtrace PACKAGE = Exception::Backtrace::BacktraceInfo
2             PROTOTYPES: DISABLE
3              
4 12           std::vector BacktraceInfo::get_frames() { RETVAL = THIS->get_frames(); }
5 6 50          
6 12 50         string BacktraceInfo::to_string()