What's new
Added support in report to show different section for:
- Restartable but non-skippable composable functions
- Restartable and skippable Composable functions having unstable parameters (can happen when strong skipping mode is enabled).
Fixes
- Fixed an issue where composable function was not getting parsed properly when functions have fully qualified name.
- Fixed...