diff --git a/charting/trust.pl b/charting/trust.pl index 7bf89f04..5f5a74eb 100755 --- a/charting/trust.pl +++ b/charting/trust.pl @@ -27,13 +27,15 @@ open(TXT, xalanCall . " -IN $fn -XSL trust.xsl|") || die "could not open input file"; $_ = ; chop; - my ($entities, $idps, $sps, $dk_total, $dk_idp, $dk_sp, $pk_total, $pk_idp, $pk_sp) = split; + #print ">" . $_ . "<\n"; + my ($entities, $idps, $sps, $dk_total, $dk_idp, $dk_sp, $pk_total, $pk_idp, $pk_sp, $no_embed) = split; push @overallRatio, $dk_total/$entities; push @idpRatio, $dk_idp/$idps; push @spRatio, $dk_sp/$sps; push @PKoverallRatio, $pk_total/$entities; push @PKidpRatio, $pk_idp/$idps; push @PKspRatio, $pk_sp/$sps; + push @NoEmbed, $no_embed; close TXT; } @@ -67,4 +69,9 @@ print "$ratio\n"; } +print "No embedded keys\n"; +foreach $no_embed (@NoEmbed) { + print "$no_embed\n"; +} + 1; diff --git a/charting/trust.xsl b/charting/trust.xsl index 649b2294..baf2fb6f 100644 --- a/charting/trust.xsl +++ b/charting/trust.xsl @@ -41,6 +41,8 @@ + +