return $this->
getComputedData('block_count'
);
} public function getMacroCount(): int
{ return $this->
getComputedData('macro_count'
);
} public function getHtmlCallGraph(): Markup
{ $dumper =
new HtmlDumper();
$dump =
$dumper->
dump($this->
getProfile());
// needed to remove the hardcoded CSS styles
$dump =
str_replace([ '<span style="background-color: #ffd">',
'<span style="color: #d44">',
'<span style="background-color: #dfd">',
'<span style="background-color: #ddf">',
],
[ '<span class="status-warning">',
'<span class="status-error">',