The structured data testing tool is a way to check what Google is capable of seeing. However, it does not necessarily reflect what the Google SERPs will have (can take time for that to update). Additionally, from what I can tell, Google is finding only one breadcrumb in the trail. This is because the Home breadcrumb template appears to be missing schema.org markup. Additionally, if you want the current item to appear in the structured data tool you will need to use something like the following as the unlinked breadcrumb template:
<span property="itemListElement" typeof="ListItem"><span property="name" class="%type%">%htitle%</span><meta property="url" content="%link%"><meta property="position" content="%position%"></span>
For reference, your home template (linked) should be something like:
<span property="itemListElement" typeof="ListItem"><a property="item" typeof="WebPage" title="Go to Home." href="%link%" class="%type%" bcn-aria-current><span property="name">Home</span></a><meta property="position" content="%position%"></span>