JCas cas = stream.getJCas();
DebugBlockApply dba = new DebugBlockApply(cas);
List<DebugScriptApply> innerApply = new ArrayList<DebugScriptApply>();
// TODO refactor and remove counting hotfix
int applied = blockApply.getRuleApply().getApplied();
RutaElement element = blockApply.getElement();
String verbalize = "";
if(element instanceof RutaBlock) {
verbalize = verbalizer.verbalize((RutaBlock) element, false);
} else {
verbalize = verbalizer.verbalize(element);