diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml
index cd52019d..37b66d72 100644
--- a/.github/workflows/dotnet.yml
+++ b/.github/workflows/dotnet.yml
@@ -62,7 +62,7 @@ jobs:
run: msbuild ${{env.caliburn_sln}} /t:Build /p:Configuration=${{env.build_configuration}}
- name: Run Unit Tests
- run: dotnet test ${{env.caliburn_sln}} --configuration ${{env.build_configuration}} -p:CollectCoverage=true -p:CoverletOutputFormat=json --no-build --verbosity normal
+ run: dotnet test ${{env.caliburn_sln}} --configuration ${{env.build_configuration}} --settings coverage.runsettings --no-build --verbosity normal
- name: Restore nuget packages for tutorial
run: msbuild ${{env.caliburn_tutorial}} -t:restore
diff --git a/coverage.runsettings b/coverage.runsettings
new file mode 100644
index 00000000..6c14b8d4
--- /dev/null
+++ b/coverage.runsettings
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+ json
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/Caliburn.Micro.Avalonia.Tests/coverage.json b/src/Caliburn.Micro.Avalonia.Tests/coverage.json
deleted file mode 100644
index 9e02df3d..00000000
--- a/src/Caliburn.Micro.Avalonia.Tests/coverage.json
+++ /dev/null
@@ -1,17126 +0,0 @@
-{
- "Caliburn.Micro.Avalonia.dll": {
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Platform\\Action.cs": {
- "Caliburn.Micro.Action": {
- "System.Void Caliburn.Micro.Action::SetTarget(Avalonia.AvaloniaObject,System.Object)": {
- "Lines": {
- "88": 0,
- "89": 0
- },
- "Branches": []
- },
- "System.Object Caliburn.Micro.Action::GetTarget(Avalonia.AvaloniaObject)": {
- "Lines": {
- "97": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.Action::SetTargetWithoutContext(Avalonia.AvaloniaObject,System.Object)": {
- "Lines": {
- "109": 0,
- "110": 0
- },
- "Branches": []
- },
- "System.Object Caliburn.Micro.Action::GetTargetWithoutContext(Avalonia.AvaloniaObject)": {
- "Lines": {
- "118": 0
- },
- "Branches": []
- },
- "System.Boolean Caliburn.Micro.Action::HasTargetSet(Avalonia.AvaloniaObject)": {
- "Lines": {
- "127": 0,
- "128": 0,
- "132": 0,
- "133": 0,
- "134": 0,
- "136": 0,
- "137": 0
- },
- "Branches": [
- {
- "Line": 127,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 127,
- "Offset": 6,
- "EndOffset": 16,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 127,
- "Offset": 14,
- "EndOffset": 16,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 127,
- "Offset": 14,
- "EndOffset": 18,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 133,
- "Offset": 26,
- "EndOffset": 28,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 133,
- "Offset": 26,
- "EndOffset": 30,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 136,
- "Offset": 41,
- "EndOffset": 43,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 136,
- "Offset": 41,
- "EndOffset": 55,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.Action::Invoke(System.Object,System.String,Avalonia.AvaloniaObject,Avalonia.Controls.Control,System.Object,System.Object[])": {
- "Lines": {
- "153": 0,
- "155": 0,
- "156": 0,
- "157": 0,
- "158": 0,
- "159": 0,
- "160": 0,
- "161": 0,
- "162": 0,
- "163": 0,
- "164": 0,
- "165": 0,
- "166": 0,
- "168": 0,
- "169": 0,
- "172": 0,
- "175": 0,
- "176": 0
- },
- "Branches": [
- {
- "Line": 168,
- "Offset": 86,
- "EndOffset": 88,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 168,
- "Offset": 86,
- "EndOffset": 107,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 169,
- "Offset": 23,
- "EndOffset": 25,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 169,
- "Offset": 23,
- "EndOffset": 38,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.Action::OnTargetWithoutContextChanged(Avalonia.AvaloniaObject,Avalonia.AvaloniaPropertyChangedEventArgs)": {
- "Lines": {
- "180": 0,
- "181": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.Action::OnTargetChanged(Avalonia.AvaloniaObject,Avalonia.AvaloniaPropertyChangedEventArgs)": {
- "Lines": {
- "184": 0,
- "185": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.Action::SetTargetCore(Avalonia.AvaloniaPropertyChangedEventArgs,Avalonia.AvaloniaObject,System.Boolean)": {
- "Lines": {
- "188": 0,
- "189": 0,
- "192": 0,
- "202": 0,
- "203": 0,
- "204": 0,
- "207": 0,
- "211": 0
- },
- "Branches": [
- {
- "Line": 188,
- "Offset": 12,
- "EndOffset": 14,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 188,
- "Offset": 19,
- "EndOffset": 21,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 188,
- "Offset": 12,
- "EndOffset": 34,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 188,
- "Offset": 32,
- "EndOffset": 34,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 188,
- "Offset": 19,
- "EndOffset": 35,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 188,
- "Offset": 32,
- "EndOffset": 35,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 202,
- "Offset": 43,
- "EndOffset": 45,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 202,
- "Offset": 51,
- "EndOffset": 53,
- "Path": 0,
- "Ordinal": 8,
- "Hits": 0
- },
- {
- "Line": 202,
- "Offset": 43,
- "EndOffset": 94,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- },
- {
- "Line": 202,
- "Offset": 51,
- "EndOffset": 94,
- "Path": 1,
- "Ordinal": 9,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.Action::.cctor()": {
- "Lines": {
- "37": 0,
- "43": 0,
- "44": 0,
- "60": 0,
- "61": 0,
- "76": 0,
- "77": 0,
- "78": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Platform\\ActionExecutionContext.cs": {
- "Caliburn.Micro.ActionExecutionContext": {
- "Caliburn.Micro.ActionMessage Caliburn.Micro.ActionExecutionContext::get_Message()": {
- "Lines": {
- "61": 0
- },
- "Branches": [
- {
- "Line": 61,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 61,
- "Offset": 6,
- "EndOffset": 25,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.ActionExecutionContext::set_Message(Caliburn.Micro.ActionMessage)": {
- "Lines": {
- "62": 0
- },
- "Branches": []
- },
- "Avalonia.Controls.Control Caliburn.Micro.ActionExecutionContext::get_Source()": {
- "Lines": {
- "69": 0
- },
- "Branches": [
- {
- "Line": 69,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 69,
- "Offset": 6,
- "EndOffset": 25,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.ActionExecutionContext::set_Source(Avalonia.Controls.Control)": {
- "Lines": {
- "70": 0
- },
- "Branches": []
- },
- "System.Object Caliburn.Micro.ActionExecutionContext::get_Target()": {
- "Lines": {
- "77": 0
- },
- "Branches": [
- {
- "Line": 77,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 77,
- "Offset": 6,
- "EndOffset": 20,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.ActionExecutionContext::set_Target(System.Object)": {
- "Lines": {
- "78": 0
- },
- "Branches": []
- },
- "Avalonia.AvaloniaObject Caliburn.Micro.ActionExecutionContext::get_View()": {
- "Lines": {
- "85": 0
- },
- "Branches": [
- {
- "Line": 85,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 85,
- "Offset": 6,
- "EndOffset": 25,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.ActionExecutionContext::set_View(Avalonia.AvaloniaObject)": {
- "Lines": {
- "86": 0
- },
- "Branches": []
- },
- "System.Object Caliburn.Micro.ActionExecutionContext::get_Item(System.String)": {
- "Lines": {
- "96": 0,
- "97": 0,
- "100": 0,
- "102": 0
- },
- "Branches": [
- {
- "Line": 96,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 96,
- "Offset": 6,
- "EndOffset": 19,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.ActionExecutionContext::set_Item(System.String,System.Object)": {
- "Lines": {
- "105": 0,
- "106": 0,
- "108": 0,
- "109": 0
- },
- "Branches": [
- {
- "Line": 105,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 105,
- "Offset": 6,
- "EndOffset": 19,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.ActionExecutionContext::Dispose()": {
- "Lines": {
- "116": 0,
- "117": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.ActionExecutionContext::.ctor()": {
- "Lines": {
- "122": 2
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Platform\\ActionMessage.cs": {
- "Caliburn.Micro.ActionMessage": {
- "System.String Caliburn.Micro.ActionMessage::get_MethodName()": {
- "Lines": {
- "150": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.ActionMessage::set_MethodName(System.String)": {
- "Lines": {
- "151": 0
- },
- "Branches": []
- },
- "Caliburn.Micro.AttachedCollection`1 Caliburn.Micro.ActionMessage::get_Parameters()": {
- "Lines": {
- "163": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.ActionMessage::OnAttached()": {
- "Lines": {
- "199": 0,
- "201": 0,
- "202": 0,
- "204": 0,
- "208": 0,
- "209": 0,
- "210": 0,
- "211": 0,
- "212": 0,
- "218": 0,
- "219": 0,
- "221": 0,
- "226": 0,
- "227": 0
- },
- "Branches": [
- {
- "Line": 199,
- "Offset": 5,
- "EndOffset": 10,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 204,
- "Offset": 73,
- "EndOffset": 78,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 218,
- "Offset": 203,
- "EndOffset": 205,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 218,
- "Offset": 203,
- "EndOffset": 208,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 219,
- "Offset": 269,
- "EndOffset": 271,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 219,
- "Offset": 283,
- "EndOffset": 285,
- "Path": 0,
- "Ordinal": 8,
- "Hits": 0
- },
- {
- "Line": 199,
- "Offset": 5,
- "EndOffset": 296,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 204,
- "Offset": 73,
- "EndOffset": 296,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 219,
- "Offset": 269,
- "EndOffset": 296,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- },
- {
- "Line": 219,
- "Offset": 283,
- "EndOffset": 296,
- "Path": 1,
- "Ordinal": 9,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.ActionMessage::HandlerPropertyChanged(Avalonia.AvaloniaObject,Avalonia.AvaloniaPropertyChangedEventArgs)": {
- "Lines": {
- "232": 0,
- "233": 0,
- "234": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.ActionMessage::OnDetaching()": {
- "Lines": {
- "241": 0,
- "243": 0,
- "250": 0,
- "253": 0,
- "254": 0
- },
- "Branches": [
- {
- "Line": 241,
- "Offset": 5,
- "EndOffset": 7,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 241,
- "Offset": 5,
- "EndOffset": 35,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.ActionMessage::ElementLoaded(System.Object,System.EventArgs)": {
- "Lines": {
- "259": 0,
- "264": 0,
- "267": 0,
- "269": 0,
- "270": 0,
- "272": 0,
- "276": 0,
- "278": 0,
- "279": 0,
- "281": 0,
- "283": 0,
- "291": 0,
- "295": 0,
- "296": 0,
- "297": 0,
- "298": 0,
- "299": 0,
- "300": 0,
- "301": 0,
- "302": 0,
- "303": 0,
- "304": 0,
- "305": 0,
- "306": 0,
- "325": 0,
- "327": 0,
- "328": 0,
- "329": 0,
- "330": 0,
- "331": 0,
- "332": 0,
- "333": 0,
- "334": 0,
- "335": 0,
- "336": 0,
- "337": 0,
- "338": 0,
- "339": 0,
- "340": 0,
- "341": 0,
- "346": 0
- },
- "Branches": [
- {
- "Line": 267,
- "Offset": 37,
- "EndOffset": 39,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 270,
- "Offset": 98,
- "EndOffset": 48,
- "Path": 1,
- "Ordinal": 11,
- "Hits": 0
- },
- {
- "Line": 272,
- "Offset": 54,
- "EndOffset": 56,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 279,
- "Offset": 69,
- "EndOffset": 71,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 279,
- "Offset": 69,
- "EndOffset": 74,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 279,
- "Offset": 80,
- "EndOffset": 82,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 281,
- "Offset": 83,
- "EndOffset": 85,
- "Path": 0,
- "Ordinal": 8,
- "Hits": 0
- },
- {
- "Line": 281,
- "Offset": 83,
- "EndOffset": 88,
- "Path": 1,
- "Ordinal": 9,
- "Hits": 0
- },
- {
- "Line": 279,
- "Offset": 80,
- "EndOffset": 95,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- },
- {
- "Line": 267,
- "Offset": 37,
- "EndOffset": 102,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 272,
- "Offset": 54,
- "EndOffset": 114,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 270,
- "Offset": 98,
- "EndOffset": 114,
- "Path": 0,
- "Ordinal": 10,
- "Hits": 0
- },
- {
- "Line": 295,
- "Offset": 120,
- "EndOffset": 122,
- "Path": 0,
- "Ordinal": 12,
- "Hits": 0
- },
- {
- "Line": 295,
- "Offset": 120,
- "EndOffset": 129,
- "Path": 1,
- "Ordinal": 13,
- "Hits": 0
- },
- {
- "Line": 325,
- "Offset": 257,
- "EndOffset": 262,
- "Path": 0,
- "Ordinal": 14,
- "Hits": 0
- },
- {
- "Line": 330,
- "Offset": 373,
- "EndOffset": 375,
- "Path": 0,
- "Ordinal": 16,
- "Hits": 0
- },
- {
- "Line": 330,
- "Offset": 373,
- "EndOffset": 395,
- "Path": 1,
- "Ordinal": 17,
- "Hits": 0
- },
- {
- "Line": 325,
- "Offset": 257,
- "EndOffset": 519,
- "Path": 1,
- "Ordinal": 15,
- "Hits": 0
- },
- {
- "Line": 334,
- "Offset": 113,
- "EndOffset": 115,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 334,
- "Offset": 113,
- "EndOffset": 188,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.ActionMessage::UpdateContext()": {
- "Lines": {
- "350": 0,
- "352": 0,
- "354": 0,
- "355": 0,
- "356": 0,
- "357": 0,
- "358": 0,
- "360": 0,
- "361": 0,
- "362": 0
- },
- "Branches": [
- {
- "Line": 350,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 350,
- "Offset": 6,
- "EndOffset": 19,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.ActionMessage::Invoke(System.Object)": {
- "Lines": {
- "370": 0,
- "372": 0,
- "374": 0,
- "377": 0,
- "379": 0,
- "380": 0,
- "382": 0,
- "383": 0,
- "385": 0,
- "386": 0,
- "387": 0,
- "390": 0,
- "392": 0,
- "396": 0,
- "398": 0,
- "399": 0,
- "401": 0,
- "402": 0,
- "403": 0,
- "406": 0,
- "408": 0,
- "410": 0,
- "413": 0,
- "414": 0,
- "415": 0
- },
- "Branches": [
- {
- "Line": 372,
- "Offset": 31,
- "EndOffset": 33,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 372,
- "Offset": 31,
- "EndOffset": 39,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 377,
- "Offset": 50,
- "EndOffset": 52,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 377,
- "Offset": 50,
- "EndOffset": 65,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 377,
- "Offset": 63,
- "EndOffset": 65,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 380,
- "Offset": 92,
- "EndOffset": 94,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 385,
- "Offset": 142,
- "EndOffset": 144,
- "Path": 0,
- "Ordinal": 8,
- "Hits": 0
- },
- {
- "Line": 385,
- "Offset": 142,
- "EndOffset": 145,
- "Path": 1,
- "Ordinal": 9,
- "Hits": 0
- },
- {
- "Line": 380,
- "Offset": 92,
- "EndOffset": 147,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- },
- {
- "Line": 390,
- "Offset": 153,
- "EndOffset": 155,
- "Path": 0,
- "Ordinal": 10,
- "Hits": 0
- },
- {
- "Line": 377,
- "Offset": 63,
- "EndOffset": 156,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 390,
- "Offset": 153,
- "EndOffset": 156,
- "Path": 1,
- "Ordinal": 11,
- "Hits": 0
- },
- {
- "Line": 396,
- "Offset": 173,
- "EndOffset": 175,
- "Path": 0,
- "Ordinal": 12,
- "Hits": 0
- },
- {
- "Line": 401,
- "Offset": 239,
- "EndOffset": 241,
- "Path": 0,
- "Ordinal": 14,
- "Hits": 0
- },
- {
- "Line": 401,
- "Offset": 239,
- "EndOffset": 242,
- "Path": 1,
- "Ordinal": 15,
- "Hits": 0
- },
- {
- "Line": 396,
- "Offset": 173,
- "EndOffset": 244,
- "Path": 1,
- "Ordinal": 13,
- "Hits": 0
- },
- {
- "Line": 408,
- "Offset": 261,
- "EndOffset": 263,
- "Path": 0,
- "Ordinal": 16,
- "Hits": 0
- },
- {
- "Line": 408,
- "Offset": 270,
- "EndOffset": 272,
- "Path": 0,
- "Ordinal": 18,
- "Hits": 0
- },
- {
- "Line": 408,
- "Offset": 270,
- "EndOffset": 276,
- "Path": 1,
- "Ordinal": 19,
- "Hits": 0
- },
- {
- "Line": 408,
- "Offset": 289,
- "EndOffset": 291,
- "Path": 0,
- "Ordinal": 20,
- "Hits": 0
- },
- {
- "Line": 408,
- "Offset": 261,
- "EndOffset": 292,
- "Path": 1,
- "Ordinal": 17,
- "Hits": 0
- },
- {
- "Line": 408,
- "Offset": 289,
- "EndOffset": 292,
- "Path": 1,
- "Ordinal": 21,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.ActionMessage::UpdateAvailability()": {
- "Lines": {
- "422": 0,
- "424": 0,
- "425": 0,
- "427": 0,
- "428": 0,
- "430": 0,
- "431": 0
- },
- "Branches": [
- {
- "Line": 422,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 422,
- "Offset": 6,
- "EndOffset": 34,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 427,
- "Offset": 45,
- "EndOffset": 47,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 427,
- "Offset": 45,
- "EndOffset": 60,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 427,
- "Offset": 58,
- "EndOffset": 60,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 427,
- "Offset": 58,
- "EndOffset": 76,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- }
- ]
- },
- "System.Boolean Caliburn.Micro.ActionMessage::UpdateAvailabilityCore()": {
- "Lines": {
- "435": 0,
- "436": 0
- },
- "Branches": []
- },
- "System.String Caliburn.Micro.ActionMessage::ToString()": {
- "Lines": {
- "447": 0
- },
- "Branches": []
- },
- "System.Reflection.MethodInfo Caliburn.Micro.ActionMessage::TryFindGuardMethod(Caliburn.Micro.ActionExecutionContext,System.Collections.Generic.IEnumerable`1)": {
- "Lines": {
- "690": 0,
- "691": 0,
- "692": 0,
- "694": 0,
- "695": 0,
- "696": 0,
- "699": 0,
- "700": 0,
- "701": 0,
- "702": 0,
- "703": 0,
- "704": 0,
- "706": 0,
- "707": 0,
- "708": 0,
- "709": 0,
- "710": 0,
- "711": 0,
- "713": 0,
- "714": 0,
- "715": 0,
- "716": 0,
- "718": 0,
- "720": 0,
- "723": 0
- },
- "Branches": [
- {
- "Line": 692,
- "Offset": 60,
- "EndOffset": 24,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 695,
- "Offset": 49,
- "EndOffset": 51,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 695,
- "Offset": 49,
- "EndOffset": 53,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 692,
- "Offset": 60,
- "EndOffset": 62,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 699,
- "Offset": 83,
- "EndOffset": 85,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 699,
- "Offset": 83,
- "EndOffset": 87,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 701,
- "Offset": 93,
- "EndOffset": 95,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 701,
- "Offset": 93,
- "EndOffset": 97,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- },
- {
- "Line": 703,
- "Offset": 118,
- "EndOffset": 120,
- "Path": 0,
- "Ordinal": 8,
- "Hits": 0
- },
- {
- "Line": 703,
- "Offset": 118,
- "EndOffset": 122,
- "Path": 1,
- "Ordinal": 9,
- "Hits": 0
- },
- {
- "Line": 708,
- "Offset": 143,
- "EndOffset": 145,
- "Path": 0,
- "Ordinal": 10,
- "Hits": 0
- },
- {
- "Line": 708,
- "Offset": 143,
- "EndOffset": 147,
- "Path": 1,
- "Ordinal": 11,
- "Hits": 0
- },
- {
- "Line": 710,
- "Offset": 153,
- "EndOffset": 155,
- "Path": 0,
- "Ordinal": 12,
- "Hits": 0
- },
- {
- "Line": 710,
- "Offset": 153,
- "EndOffset": 157,
- "Path": 1,
- "Ordinal": 13,
- "Hits": 0
- },
- {
- "Line": 718,
- "Offset": 241,
- "EndOffset": 243,
- "Path": 0,
- "Ordinal": 14,
- "Hits": 0
- },
- {
- "Line": 718,
- "Offset": 241,
- "EndOffset": 245,
- "Path": 1,
- "Ordinal": 15,
- "Hits": 0
- }
- ]
- },
- "System.Reflection.MethodInfo Caliburn.Micro.ActionMessage::GetMethodInfo(System.Type,System.String)": {
- "Lines": {
- "755": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.ActionMessage::.cctor()": {
- "Lines": {
- "61": 0,
- "64": 0,
- "65": 0,
- "66": 0,
- "67": 0,
- "68": 0,
- "84": 0,
- "90": 0,
- "95": 0,
- "96": 0,
- "97": 0,
- "110": 0,
- "111": 0,
- "112": 0,
- "113": 0,
- "114": 0,
- "115": 0,
- "128": 0,
- "129": 0,
- "130": 0,
- "453": 0,
- "454": 0,
- "455": 0,
- "456": 0,
- "457": 0,
- "458": 0,
- "459": 0,
- "460": 0,
- "461": 0,
- "462": 0,
- "463": 0,
- "464": 0,
- "465": 0,
- "466": 0,
- "467": 0,
- "468": 0,
- "469": 0,
- "470": 0,
- "471": 0,
- "472": 0,
- "473": 0,
- "474": 0,
- "475": 0,
- "476": 0,
- "477": 0,
- "478": 0,
- "479": 0,
- "480": 0,
- "481": 0,
- "482": 0,
- "483": 0,
- "484": 0,
- "485": 0,
- "486": 0,
- "487": 0,
- "493": 0,
- "494": 0,
- "495": 0,
- "496": 0,
- "497": 0,
- "498": 0,
- "499": 0,
- "500": 0,
- "501": 0,
- "502": 0,
- "503": 0,
- "504": 0,
- "505": 0,
- "506": 0,
- "507": 0,
- "508": 0,
- "509": 0,
- "510": 0,
- "511": 0,
- "512": 0,
- "513": 0,
- "514": 0,
- "515": 0,
- "516": 0,
- "517": 0,
- "518": 0,
- "519": 0,
- "520": 0,
- "521": 0,
- "522": 0,
- "523": 0,
- "524": 0,
- "525": 0,
- "526": 0,
- "527": 0,
- "528": 0,
- "529": 0,
- "535": 0,
- "536": 0,
- "537": 0,
- "538": 0,
- "539": 0,
- "540": 0,
- "541": 0,
- "542": 0,
- "543": 0,
- "544": 0,
- "545": 0,
- "546": 0,
- "547": 0,
- "548": 0,
- "549": 0,
- "550": 0,
- "555": 0,
- "556": 0,
- "557": 0,
- "558": 0,
- "559": 0,
- "560": 0,
- "561": 0,
- "562": 0,
- "563": 0,
- "564": 0,
- "565": 0,
- "566": 0,
- "567": 0,
- "568": 0,
- "569": 0,
- "570": 0,
- "571": 0,
- "572": 0,
- "573": 0,
- "574": 0,
- "575": 0,
- "576": 0,
- "577": 0,
- "578": 0,
- "579": 0,
- "580": 0,
- "581": 0,
- "582": 0,
- "583": 0,
- "584": 0,
- "585": 0,
- "586": 0,
- "587": 0,
- "588": 0,
- "589": 0,
- "590": 0,
- "591": 0,
- "592": 0,
- "593": 0,
- "594": 0,
- "595": 0,
- "596": 0,
- "597": 0,
- "598": 0,
- "599": 0,
- "600": 0,
- "601": 0,
- "602": 0,
- "603": 0,
- "604": 0,
- "605": 0,
- "606": 0,
- "607": 0,
- "608": 0,
- "609": 0,
- "610": 0,
- "611": 0,
- "612": 0,
- "617": 0,
- "618": 0,
- "619": 0,
- "620": 0,
- "621": 0,
- "622": 0,
- "623": 0,
- "624": 0,
- "625": 0,
- "626": 0,
- "627": 0,
- "628": 0,
- "629": 0,
- "630": 0,
- "631": 0,
- "632": 0,
- "633": 0,
- "634": 0,
- "635": 0,
- "636": 0,
- "637": 0,
- "638": 0,
- "639": 0,
- "640": 0,
- "641": 0,
- "642": 0,
- "643": 0,
- "644": 0,
- "645": 0,
- "646": 0,
- "647": 0,
- "648": 0,
- "649": 0,
- "650": 0,
- "651": 0,
- "652": 0,
- "653": 0,
- "654": 0,
- "655": 0,
- "656": 0,
- "657": 0,
- "658": 0,
- "659": 0,
- "660": 0,
- "661": 0,
- "662": 0,
- "663": 0,
- "664": 0,
- "665": 0,
- "666": 0,
- "667": 0,
- "668": 0,
- "669": 0,
- "670": 0,
- "671": 0,
- "672": 0,
- "673": 0,
- "674": 0,
- "675": 0,
- "676": 0,
- "729": 0,
- "730": 0,
- "731": 0,
- "732": 0,
- "733": 0,
- "734": 0,
- "735": 0,
- "736": 0,
- "737": 0,
- "738": 0,
- "739": 0,
- "740": 0,
- "741": 0,
- "742": 0,
- "743": 0,
- "744": 0,
- "745": 0,
- "746": 0,
- "747": 0,
- "748": 0
- },
- "Branches": [
- {
- "Line": 459,
- "Offset": 45,
- "EndOffset": 47,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 459,
- "Offset": 45,
- "EndOffset": 54,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 465,
- "Offset": 62,
- "EndOffset": 64,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 465,
- "Offset": 62,
- "EndOffset": 75,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 471,
- "Offset": 85,
- "EndOffset": 87,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 471,
- "Offset": 85,
- "EndOffset": 95,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 477,
- "Offset": 105,
- "EndOffset": 107,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 477,
- "Offset": 105,
- "EndOffset": 156,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- },
- {
- "Line": 502,
- "Offset": 28,
- "EndOffset": 30,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 502,
- "Offset": 28,
- "EndOffset": 52,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 516,
- "Offset": 122,
- "EndOffset": 124,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 516,
- "Offset": 122,
- "EndOffset": 233,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 560,
- "Offset": 99,
- "EndOffset": 11,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- },
- {
- "Line": 562,
- "Offset": 17,
- "EndOffset": 19,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 565,
- "Offset": 27,
- "EndOffset": 29,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 568,
- "Offset": 54,
- "EndOffset": 56,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 565,
- "Offset": 27,
- "EndOffset": 78,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 562,
- "Offset": 17,
- "EndOffset": 86,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 568,
- "Offset": 54,
- "EndOffset": 86,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 560,
- "Offset": 99,
- "EndOffset": 101,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 586,
- "Offset": 102,
- "EndOffset": 104,
- "Path": 0,
- "Ordinal": 8,
- "Hits": 0
- },
- {
- "Line": 586,
- "Offset": 110,
- "EndOffset": 112,
- "Path": 0,
- "Ordinal": 10,
- "Hits": 0
- },
- {
- "Line": 591,
- "Offset": 148,
- "EndOffset": 150,
- "Path": 0,
- "Ordinal": 12,
- "Hits": 0
- },
- {
- "Line": 586,
- "Offset": 102,
- "EndOffset": 173,
- "Path": 1,
- "Ordinal": 9,
- "Hits": 0
- },
- {
- "Line": 586,
- "Offset": 110,
- "EndOffset": 173,
- "Path": 1,
- "Ordinal": 11,
- "Hits": 0
- },
- {
- "Line": 591,
- "Offset": 148,
- "EndOffset": 173,
- "Path": 1,
- "Ordinal": 13,
- "Hits": 0
- },
- {
- "Line": 620,
- "Offset": 40,
- "EndOffset": 42,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 620,
- "Offset": 40,
- "EndOffset": 61,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 620,
- "Offset": 59,
- "EndOffset": 61,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 620,
- "Offset": 59,
- "EndOffset": 62,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 628,
- "Offset": 119,
- "EndOffset": 124,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 631,
- "Offset": 170,
- "EndOffset": 172,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 631,
- "Offset": 170,
- "EndOffset": 173,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- },
- {
- "Line": 636,
- "Offset": 290,
- "EndOffset": 212,
- "Path": 1,
- "Ordinal": 11,
- "Hits": 0
- },
- {
- "Line": 640,
- "Offset": 279,
- "EndOffset": 281,
- "Path": 0,
- "Ordinal": 8,
- "Hits": 0
- },
- {
- "Line": 640,
- "Offset": 279,
- "EndOffset": 283,
- "Path": 1,
- "Ordinal": 9,
- "Hits": 0
- },
- {
- "Line": 636,
- "Offset": 290,
- "EndOffset": 292,
- "Path": 0,
- "Ordinal": 10,
- "Hits": 0
- },
- {
- "Line": 644,
- "Offset": 325,
- "EndOffset": 327,
- "Path": 0,
- "Ordinal": 12,
- "Hits": 0
- },
- {
- "Line": 644,
- "Offset": 325,
- "EndOffset": 328,
- "Path": 1,
- "Ordinal": 13,
- "Hits": 0
- },
- {
- "Line": 628,
- "Offset": 119,
- "EndOffset": 431,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 742,
- "Offset": 42,
- "EndOffset": 44,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 742,
- "Offset": 42,
- "EndOffset": 84,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 650,
- "Offset": 11,
- "EndOffset": 13,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 650,
- "Offset": 11,
- "EndOffset": 32,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 650,
- "Offset": 30,
- "EndOffset": 32,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 653,
- "Offset": 70,
- "EndOffset": 72,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 653,
- "Offset": 70,
- "EndOffset": 94,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 650,
- "Offset": 30,
- "EndOffset": 99,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 656,
- "Offset": 18,
- "EndOffset": 20,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 656,
- "Offset": 18,
- "EndOffset": 38,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.ActionMessage::.ctor()": {
- "Lines": {
- "136": 0,
- "138": 0,
- "139": 0,
- "169": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Platform\\Bind.cs": {
- "Caliburn.Micro.Bind": {
- "System.Object Caliburn.Micro.Bind::GetModelWithoutContext(Avalonia.AvaloniaObject)": {
- "Lines": {
- "99": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.Bind::SetModelWithoutContext(Avalonia.AvaloniaObject,System.Object)": {
- "Lines": {
- "109": 0,
- "110": 0
- },
- "Branches": []
- },
- "System.Object Caliburn.Micro.Bind::GetModel(Avalonia.AvaloniaObject)": {
- "Lines": {
- "119": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.Bind::SetModel(Avalonia.AvaloniaObject,System.Object)": {
- "Lines": {
- "129": 0,
- "130": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.Bind::ModelChanged(Avalonia.AvaloniaObject,Avalonia.AvaloniaPropertyChangedEventArgs)": {
- "Lines": {
- "134": 0,
- "136": 0,
- "139": 0,
- "140": 0,
- "142": 0,
- "145": 0,
- "146": 0,
- "147": 0,
- "148": 0,
- "149": 0,
- "150": 0,
- "151": 0,
- "152": 0,
- "153": 0,
- "154": 0,
- "155": 0,
- "156": 0,
- "157": 0,
- "158": 0,
- "159": 0,
- "160": 0,
- "161": 0
- },
- "Branches": [
- {
- "Line": 134,
- "Offset": 25,
- "EndOffset": 27,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 134,
- "Offset": 38,
- "EndOffset": 40,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 134,
- "Offset": 25,
- "EndOffset": 69,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 134,
- "Offset": 38,
- "EndOffset": 69,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 134,
- "Offset": 67,
- "EndOffset": 69,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 134,
- "Offset": 67,
- "EndOffset": 70,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 140,
- "Offset": 93,
- "EndOffset": 95,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 140,
- "Offset": 93,
- "EndOffset": 96,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- },
- {
- "Line": 154,
- "Offset": 52,
- "EndOffset": 54,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 154,
- "Offset": 52,
- "EndOffset": 67,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.Bind::ModelWithoutContextChanged(Avalonia.AvaloniaObject,Avalonia.AvaloniaPropertyChangedEventArgs)": {
- "Lines": {
- "165": 0,
- "167": 0,
- "170": 0,
- "171": 0,
- "173": 0,
- "176": 0,
- "177": 0,
- "178": 0,
- "179": 0,
- "180": 0,
- "181": 0,
- "182": 0,
- "183": 0,
- "184": 0,
- "185": 0,
- "186": 0,
- "187": 0,
- "188": 0,
- "189": 0,
- "190": 0,
- "191": 0,
- "192": 0
- },
- "Branches": [
- {
- "Line": 165,
- "Offset": 25,
- "EndOffset": 27,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 165,
- "Offset": 38,
- "EndOffset": 40,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 165,
- "Offset": 25,
- "EndOffset": 69,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 165,
- "Offset": 38,
- "EndOffset": 69,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 165,
- "Offset": 67,
- "EndOffset": 69,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 165,
- "Offset": 67,
- "EndOffset": 70,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 171,
- "Offset": 93,
- "EndOffset": 95,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 171,
- "Offset": 93,
- "EndOffset": 96,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- },
- {
- "Line": 184,
- "Offset": 52,
- "EndOffset": 54,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 184,
- "Offset": 52,
- "EndOffset": 67,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Boolean Caliburn.Micro.Bind::GetAtDesignTime(Avalonia.AvaloniaObject)": {
- "Lines": {
- "219": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.Bind::SetAtDesignTime(Avalonia.AvaloniaObject,System.Boolean)": {
- "Lines": {
- "229": 0,
- "230": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.Bind::AtDesignTimeChanged(Avalonia.AvaloniaObject,Avalonia.AvaloniaPropertyChangedEventArgs)": {
- "Lines": {
- "234": 0,
- "235": 0,
- "237": 0,
- "238": 0,
- "239": 0,
- "243": 0,
- "249": 0
- },
- "Branches": [
- {
- "Line": 234,
- "Offset": 5,
- "EndOffset": 7,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 234,
- "Offset": 5,
- "EndOffset": 8,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 238,
- "Offset": 19,
- "EndOffset": 21,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 238,
- "Offset": 19,
- "EndOffset": 22,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.Bind::DataContextChanged(Avalonia.AvaloniaObject,Avalonia.AvaloniaPropertyChangedEventArgs)": {
- "Lines": {
- "264": 0,
- "265": 0,
- "267": 0,
- "268": 0,
- "269": 0,
- "271": 0,
- "273": 0,
- "274": 0,
- "278": 0,
- "280": 0
- },
- "Branches": [
- {
- "Line": 264,
- "Offset": 5,
- "EndOffset": 7,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 264,
- "Offset": 5,
- "EndOffset": 8,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 268,
- "Offset": 21,
- "EndOffset": 23,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 268,
- "Offset": 29,
- "EndOffset": 31,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 268,
- "Offset": 21,
- "EndOffset": 39,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 268,
- "Offset": 29,
- "EndOffset": 39,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 268,
- "Offset": 37,
- "EndOffset": 39,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 268,
- "Offset": 37,
- "EndOffset": 40,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- },
- {
- "Line": 273,
- "Offset": 48,
- "EndOffset": 50,
- "Path": 0,
- "Ordinal": 8,
- "Hits": 0
- },
- {
- "Line": 273,
- "Offset": 48,
- "EndOffset": 51,
- "Path": 1,
- "Ordinal": 9,
- "Hits": 0
- },
- {
- "Line": 278,
- "Offset": 74,
- "EndOffset": 76,
- "Path": 0,
- "Ordinal": 10,
- "Hits": 0
- },
- {
- "Line": 278,
- "Offset": 74,
- "EndOffset": 84,
- "Path": 1,
- "Ordinal": 11,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.Bind::.cctor()": {
- "Lines": {
- "45": 0,
- "46": 0,
- "47": 0,
- "60": 0,
- "61": 0,
- "62": 0,
- "72": 0,
- "73": 0,
- "74": 0,
- "86": 0,
- "87": 0,
- "88": 0,
- "89": 0,
- "90": 0,
- "197": 0,
- "198": 0,
- "199": 0,
- "251": 0,
- "252": 0,
- "253": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Platform\\BindingScope.cs": {
- "Caliburn.Micro.BindingScope": {
- "Avalonia.Controls.Control Caliburn.Micro.BindingScope::FindName(System.Collections.Generic.IEnumerable`1,System.String)": {
- "Lines": {
- "71": 7
- },
- "Branches": []
- },
- "Caliburn.Micro.ChildResolver Caliburn.Micro.BindingScope::AddChildResolver(System.Func`2,System.Func`2>)": {
- "Lines": {
- "82": 0,
- "84": 0,
- "87": 0,
- "89": 0,
- "92": 0,
- "94": 0,
- "96": 0,
- "98": 0
- },
- "Branches": [
- {
- "Line": 82,
- "Offset": 1,
- "EndOffset": 3,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 82,
- "Offset": 1,
- "EndOffset": 14,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 87,
- "Offset": 15,
- "EndOffset": 17,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 87,
- "Offset": 15,
- "EndOffset": 28,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- },
- "Caliburn.Micro.ChildResolver Caliburn.Micro.BindingScope::AddChildResolver(System.Func`2>)": {
- "Lines": {
- "107": 3,
- "109": 0,
- "112": 3,
- "114": 3,
- "116": 3,
- "118": 3
- },
- "Branches": [
- {
- "Line": 107,
- "Offset": 1,
- "EndOffset": 3,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 107,
- "Offset": 1,
- "EndOffset": 14,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 3
- }
- ]
- },
- "System.Boolean Caliburn.Micro.BindingScope::RemoveChildResolver(Caliburn.Micro.ChildResolver)": {
- "Lines": {
- "128": 0,
- "130": 0,
- "133": 0
- },
- "Branches": [
- {
- "Line": 128,
- "Offset": 1,
- "EndOffset": 3,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 128,
- "Offset": 1,
- "EndOffset": 14,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.BindingScope::.cctor()": {
- "Lines": {
- "33": 1,
- "34": 1,
- "39": 1,
- "41": 1,
- "42": 1,
- "58": 1,
- "141": 1,
- "142": 1,
- "143": 0,
- "144": 0,
- "145": 1,
- "152": 1,
- "164": 1,
- "165": 1,
- "166": 0,
- "167": 1,
- "168": 0,
- "169": 1,
- "170": 1,
- "171": 0,
- "172": 1,
- "173": 0,
- "174": 1,
- "175": 1,
- "176": 0,
- "177": 0,
- "178": 0,
- "179": 1,
- "180": 0,
- "181": 1,
- "182": 0,
- "183": 0,
- "184": 1,
- "185": 1,
- "186": 0,
- "187": 1,
- "188": 0,
- "189": 0,
- "190": 1,
- "191": 0,
- "192": 1,
- "193": 1,
- "194": 1,
- "195": 0,
- "196": 1,
- "197": 0,
- "198": 0,
- "199": 1,
- "200": 1,
- "201": 1,
- "202": 0,
- "203": 0,
- "204": 0,
- "205": 1,
- "206": 0,
- "207": 1,
- "208": 0,
- "209": 1,
- "210": 0,
- "211": 1,
- "212": 1,
- "213": 1,
- "214": 1,
- "215": 1,
- "216": 1,
- "217": 1,
- "218": 1,
- "219": 1,
- "220": 1,
- "221": 1,
- "222": 1,
- "223": 1,
- "224": 1,
- "225": 1,
- "226": 1,
- "227": 1,
- "228": 1,
- "229": 1,
- "230": 1,
- "231": 1,
- "232": 1,
- "233": 1,
- "234": 1,
- "235": 1,
- "236": 1,
- "237": 1,
- "238": 1,
- "239": 1,
- "240": 1,
- "241": 1,
- "242": 1,
- "243": 1,
- "244": 1,
- "245": 1,
- "246": 1,
- "247": 0,
- "248": 1,
- "249": 0,
- "250": 1,
- "251": 0,
- "252": 1,
- "253": 0,
- "254": 1,
- "255": 0,
- "256": 1,
- "257": 1,
- "258": 1,
- "259": 0,
- "260": 0,
- "261": 0,
- "262": 0,
- "263": 1,
- "264": 1,
- "265": 1,
- "266": 1,
- "267": 1,
- "268": 0,
- "269": 1,
- "329": 1,
- "330": 1,
- "331": 5,
- "332": 5,
- "333": 5,
- "334": 5,
- "335": 1,
- "336": 0,
- "337": 1,
- "338": 5,
- "339": 1,
- "340": 0,
- "341": 0,
- "342": 1,
- "343": 1,
- "344": 5,
- "345": 1,
- "346": 0,
- "347": 0,
- "348": 1,
- "349": 5,
- "350": 1,
- "351": 2,
- "352": 1,
- "353": 2,
- "354": 1,
- "355": 1,
- "356": 1,
- "357": 1,
- "358": 1,
- "359": 1,
- "360": 1,
- "361": 3,
- "362": 1,
- "363": 1,
- "364": 1,
- "365": 1,
- "366": 1,
- "367": 1,
- "368": 1,
- "369": 1,
- "370": 1,
- "371": 1,
- "372": 1,
- "373": 1,
- "374": 1,
- "375": 1,
- "376": 1,
- "377": 1,
- "378": 0,
- "379": 0,
- "380": 0,
- "381": 1,
- "382": 0,
- "383": 0,
- "384": 1,
- "385": 1,
- "386": 0,
- "387": 0,
- "388": 1,
- "389": 1,
- "390": 5,
- "391": 5,
- "392": 1
- },
- "Branches": [
- {
- "Line": 166,
- "Offset": 1,
- "EndOffset": 3,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 166,
- "Offset": 1,
- "EndOffset": 14,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 171,
- "Offset": 20,
- "EndOffset": 22,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 171,
- "Offset": 20,
- "EndOffset": 48,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 180,
- "Offset": 491,
- "EndOffset": 77,
- "Path": 1,
- "Ordinal": 29,
- "Hits": 0
- },
- {
- "Line": 183,
- "Offset": 101,
- "EndOffset": 106,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 188,
- "Offset": 119,
- "EndOffset": 121,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 188,
- "Offset": 132,
- "EndOffset": 134,
- "Path": 0,
- "Ordinal": 8,
- "Hits": 0
- },
- {
- "Line": 188,
- "Offset": 119,
- "EndOffset": 141,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- },
- {
- "Line": 188,
- "Offset": 132,
- "EndOffset": 141,
- "Path": 1,
- "Ordinal": 9,
- "Hits": 0
- },
- {
- "Line": 191,
- "Offset": 152,
- "EndOffset": 154,
- "Path": 0,
- "Ordinal": 10,
- "Hits": 0
- },
- {
- "Line": 191,
- "Offset": 152,
- "EndOffset": 171,
- "Path": 1,
- "Ordinal": 11,
- "Hits": 0
- },
- {
- "Line": 191,
- "Offset": 166,
- "EndOffset": 171,
- "Path": 0,
- "Ordinal": 12,
- "Hits": 0
- },
- {
- "Line": 195,
- "Offset": 185,
- "EndOffset": 187,
- "Path": 0,
- "Ordinal": 14,
- "Hits": 0
- },
- {
- "Line": 195,
- "Offset": 185,
- "EndOffset": 200,
- "Path": 1,
- "Ordinal": 15,
- "Hits": 0
- },
- {
- "Line": 203,
- "Offset": 215,
- "EndOffset": 217,
- "Path": 0,
- "Ordinal": 16,
- "Hits": 0
- },
- {
- "Line": 203,
- "Offset": 215,
- "EndOffset": 220,
- "Path": 1,
- "Ordinal": 17,
- "Hits": 0
- },
- {
- "Line": 206,
- "Offset": 233,
- "EndOffset": 235,
- "Path": 0,
- "Ordinal": 18,
- "Hits": 0
- },
- {
- "Line": 208,
- "Offset": 237,
- "EndOffset": 239,
- "Path": 0,
- "Ordinal": 20,
- "Hits": 0
- },
- {
- "Line": 208,
- "Offset": 237,
- "EndOffset": 242,
- "Path": 1,
- "Ordinal": 21,
- "Hits": 0
- },
- {
- "Line": 208,
- "Offset": 287,
- "EndOffset": 263,
- "Path": 1,
- "Ordinal": 23,
- "Hits": 0
- },
- {
- "Line": 208,
- "Offset": 287,
- "EndOffset": 289,
- "Path": 0,
- "Ordinal": 22,
- "Hits": 0
- },
- {
- "Line": 206,
- "Offset": 233,
- "EndOffset": 306,
- "Path": 1,
- "Ordinal": 19,
- "Hits": 0
- },
- {
- "Line": 249,
- "Offset": 348,
- "EndOffset": 353,
- "Path": 0,
- "Ordinal": 24,
- "Hits": 0
- },
- {
- "Line": 253,
- "Offset": 390,
- "EndOffset": 392,
- "Path": 0,
- "Ordinal": 26,
- "Hits": 0
- },
- {
- "Line": 253,
- "Offset": 390,
- "EndOffset": 412,
- "Path": 1,
- "Ordinal": 27,
- "Hits": 0
- },
- {
- "Line": 183,
- "Offset": 101,
- "EndOffset": 484,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 191,
- "Offset": 166,
- "EndOffset": 484,
- "Path": 1,
- "Ordinal": 13,
- "Hits": 0
- },
- {
- "Line": 249,
- "Offset": 348,
- "EndOffset": 484,
- "Path": 1,
- "Ordinal": 25,
- "Hits": 0
- },
- {
- "Line": 180,
- "Offset": 491,
- "EndOffset": 496,
- "Path": 0,
- "Ordinal": 28,
- "Hits": 0
- },
- {
- "Line": 338,
- "Offset": 13,
- "EndOffset": 15,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 338,
- "Offset": 13,
- "EndOffset": 22,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 5
- },
- {
- "Line": 344,
- "Offset": 28,
- "EndOffset": 30,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 346,
- "Offset": 47,
- "EndOffset": 49,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 346,
- "Offset": 47,
- "EndOffset": 51,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 344,
- "Offset": 28,
- "EndOffset": 57,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 5
- },
- {
- "Line": 349,
- "Offset": 63,
- "EndOffset": 65,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 4
- },
- {
- "Line": 349,
- "Offset": 81,
- "EndOffset": 83,
- "Path": 0,
- "Ordinal": 8,
- "Hits": 2
- },
- {
- "Line": 351,
- "Offset": 100,
- "EndOffset": 102,
- "Path": 0,
- "Ordinal": 10,
- "Hits": 0
- },
- {
- "Line": 351,
- "Offset": 100,
- "EndOffset": 104,
- "Path": 1,
- "Ordinal": 11,
- "Hits": 2
- },
- {
- "Line": 349,
- "Offset": 63,
- "EndOffset": 107,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 3
- },
- {
- "Line": 349,
- "Offset": 81,
- "EndOffset": 107,
- "Path": 1,
- "Ordinal": 9,
- "Hits": 3
- },
- {
- "Line": 361,
- "Offset": 113,
- "EndOffset": 115,
- "Path": 0,
- "Ordinal": 12,
- "Hits": 1
- },
- {
- "Line": 364,
- "Offset": 131,
- "EndOffset": 133,
- "Path": 0,
- "Ordinal": 14,
- "Hits": 0
- },
- {
- "Line": 378,
- "Offset": 139,
- "EndOffset": 141,
- "Path": 0,
- "Ordinal": 16,
- "Hits": 0
- },
- {
- "Line": 378,
- "Offset": 139,
- "EndOffset": 145,
- "Path": 1,
- "Ordinal": 17,
- "Hits": 0
- },
- {
- "Line": 380,
- "Offset": 151,
- "EndOffset": 153,
- "Path": 0,
- "Ordinal": 18,
- "Hits": 0
- },
- {
- "Line": 380,
- "Offset": 154,
- "EndOffset": 156,
- "Path": 0,
- "Ordinal": 20,
- "Hits": 0
- },
- {
- "Line": 380,
- "Offset": 151,
- "EndOffset": 166,
- "Path": 1,
- "Ordinal": 19,
- "Hits": 0
- },
- {
- "Line": 380,
- "Offset": 154,
- "EndOffset": 166,
- "Path": 1,
- "Ordinal": 21,
- "Hits": 0
- },
- {
- "Line": 361,
- "Offset": 113,
- "EndOffset": 185,
- "Path": 1,
- "Ordinal": 13,
- "Hits": 5
- },
- {
- "Line": 364,
- "Offset": 131,
- "EndOffset": 185,
- "Path": 1,
- "Ordinal": 15,
- "Hits": 5
- },
- {
- "Line": 260,
- "Offset": 13,
- "EndOffset": 15,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 260,
- "Offset": 13,
- "EndOffset": 21,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- }
- },
- "Caliburn.Micro.BindingScope/ScopeNamingRoute": {
- "Avalonia.AvaloniaObject Caliburn.Micro.BindingScope/ScopeNamingRoute::get_Root()": {
- "Lines": {
- "407": 6
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.BindingScope/ScopeNamingRoute::set_Root(Avalonia.AvaloniaObject)": {
- "Lines": {
- "410": 7,
- "412": 1,
- "415": 6,
- "416": 6
- },
- "Branches": [
- {
- "Line": 410,
- "Offset": 12,
- "EndOffset": 14,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 1
- },
- {
- "Line": 410,
- "Offset": 12,
- "EndOffset": 25,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 6
- }
- ]
- },
- "System.Void Caliburn.Micro.BindingScope/ScopeNamingRoute::AddHop(Avalonia.AvaloniaObject,Avalonia.AvaloniaObject)": {
- "Lines": {
- "426": 12,
- "428": 0,
- "431": 12,
- "433": 0,
- "436": 12,
- "437": 12,
- "438": 12,
- "439": 12,
- "440": 12,
- "442": 1,
- "445": 11,
- "447": 1,
- "450": 10,
- "451": 10
- },
- "Branches": [
- {
- "Line": 426,
- "Offset": 1,
- "EndOffset": 3,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 426,
- "Offset": 1,
- "EndOffset": 14,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 12
- },
- {
- "Line": 431,
- "Offset": 15,
- "EndOffset": 17,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 431,
- "Offset": 15,
- "EndOffset": 28,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 12
- },
- {
- "Line": 436,
- "Offset": 40,
- "EndOffset": 42,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 7
- },
- {
- "Line": 436,
- "Offset": 54,
- "EndOffset": 56,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 7
- },
- {
- "Line": 436,
- "Offset": 68,
- "EndOffset": 70,
- "Path": 0,
- "Ordinal": 8,
- "Hits": 6
- },
- {
- "Line": 436,
- "Offset": 82,
- "EndOffset": 84,
- "Path": 0,
- "Ordinal": 10,
- "Hits": 1
- },
- {
- "Line": 436,
- "Offset": 96,
- "EndOffset": 98,
- "Path": 0,
- "Ordinal": 12,
- "Hits": 1
- },
- {
- "Line": 436,
- "Offset": 40,
- "EndOffset": 109,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 11
- },
- {
- "Line": 436,
- "Offset": 54,
- "EndOffset": 109,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 11
- },
- {
- "Line": 436,
- "Offset": 68,
- "EndOffset": 109,
- "Path": 1,
- "Ordinal": 9,
- "Hits": 11
- },
- {
- "Line": 436,
- "Offset": 82,
- "EndOffset": 109,
- "Path": 1,
- "Ordinal": 11,
- "Hits": 11
- },
- {
- "Line": 436,
- "Offset": 96,
- "EndOffset": 109,
- "Path": 1,
- "Ordinal": 13,
- "Hits": 11
- },
- {
- "Line": 445,
- "Offset": 121,
- "EndOffset": 123,
- "Path": 0,
- "Ordinal": 14,
- "Hits": 1
- },
- {
- "Line": 445,
- "Offset": 121,
- "EndOffset": 134,
- "Path": 1,
- "Ordinal": 15,
- "Hits": 10
- }
- ]
- },
- "System.Boolean Caliburn.Micro.BindingScope/ScopeNamingRoute::TryGetHop(Avalonia.AvaloniaObject,Avalonia.AvaloniaObject&)": {
- "Lines": {
- "461": 5
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.BindingScope/ScopeNamingRoute::.ctor()": {
- "Lines": {
- "399": 11
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Platform\\ChildResolver.cs": {
- "Caliburn.Micro.ChildResolver": {
- "System.Boolean Caliburn.Micro.ChildResolver::CanResolve(System.Type)": {
- "Lines": {
- "38": 0
- },
- "Branches": []
- },
- "System.Collections.Generic.IEnumerable`1 Caliburn.Micro.ChildResolver::Resolve(Avalonia.AvaloniaObject)": {
- "Lines": {
- "47": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.ChildResolver::.ctor(System.Func`2,System.Func`2>)": {
- "Lines": {
- "27": 3,
- "28": 3,
- "29": 3,
- "30": 3
- },
- "Branches": []
- }
- },
- "Caliburn.Micro.ChildResolver`1": {
- "System.Void Caliburn.Micro.ChildResolver`1::.ctor(System.Func`2>)": {
- "Lines": {
- "61": 3,
- "62": 0,
- "63": 3,
- "65": 3
- },
- "Branches": [
- {
- "Line": 61,
- "Offset": 20,
- "EndOffset": 22,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 3
- },
- {
- "Line": 61,
- "Offset": 20,
- "EndOffset": 45,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 3
- }
- ]
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Platform\\ConventionManager.cs": {
- "Caliburn.Micro.ConventionManager": {
- "Caliburn.Micro.ElementConvention Caliburn.Micro.ConventionManager::AddElementConvention(Avalonia.AvaloniaProperty,System.String,System.String)": {
- "Lines": {
- "411": 0,
- "412": 0,
- "413": 0,
- "414": 0,
- "415": 0,
- "416": 0,
- "417": 0,
- "418": 0,
- "419": 0,
- "420": 0,
- "421": 0
- },
- "Branches": []
- },
- "Caliburn.Micro.ElementConvention Caliburn.Micro.ConventionManager::AddElementConvention(Caliburn.Micro.ElementConvention)": {
- "Lines": {
- "430": 0
- },
- "Branches": []
- },
- "Caliburn.Micro.ElementConvention Caliburn.Micro.ConventionManager::GetElementConvention(System.Type)": {
- "Lines": {
- "441": 0,
- "442": 0,
- "445": 0,
- "449": 0
- },
- "Branches": [
- {
- "Line": 441,
- "Offset": 7,
- "EndOffset": 9,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 441,
- "Offset": 7,
- "EndOffset": 11,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 449,
- "Offset": 27,
- "EndOffset": 29,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 449,
- "Offset": 27,
- "EndOffset": 41,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- },
- "System.Boolean Caliburn.Micro.ConventionManager::HasBinding(Avalonia.Controls.Control,Avalonia.AvaloniaProperty)": {
- "Lines": {
- "459": 0,
- "460": 0,
- "462": 0
- },
- "Branches": []
- },
- "System.Boolean Caliburn.Micro.ConventionManager::SetBindingWithoutBindingOverwrite(System.Type,System.String,System.Reflection.PropertyInfo,Avalonia.Controls.Control,Caliburn.Micro.ElementConvention,Avalonia.AvaloniaProperty)": {
- "Lines": {
- "477": 0,
- "479": 0,
- "482": 0,
- "483": 0
- },
- "Branches": [
- {
- "Line": 477,
- "Offset": 8,
- "EndOffset": 10,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 477,
- "Offset": 8,
- "EndOffset": 20,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 477,
- "Offset": 18,
- "EndOffset": 20,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 477,
- "Offset": 18,
- "EndOffset": 22,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- },
- "System.Boolean Caliburn.Micro.ConventionManager::SetBindingWithoutBindingOrValueOverwrite(System.Type,System.String,System.Reflection.PropertyInfo,Avalonia.Controls.Control,Caliburn.Micro.ElementConvention,Avalonia.AvaloniaProperty)": {
- "Lines": {
- "501": 0,
- "503": 0,
- "506": 0,
- "508": 0,
- "511": 0,
- "512": 0
- },
- "Branches": [
- {
- "Line": 501,
- "Offset": 8,
- "EndOffset": 10,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 501,
- "Offset": 8,
- "EndOffset": 20,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 501,
- "Offset": 18,
- "EndOffset": 20,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 501,
- "Offset": 18,
- "EndOffset": 22,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 506,
- "Offset": 30,
- "EndOffset": 32,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 506,
- "Offset": 30,
- "EndOffset": 34,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.ConventionManager::ApplyItemTemplate(Avalonia.Controls.ItemsControl,System.Reflection.PropertyInfo)": {
- "Lines": {
- "531": 0,
- "533": 0,
- "534": 0,
- "536": 0,
- "552": 0,
- "553": 0,
- "555": 0
- },
- "Branches": [
- {
- "Line": 531,
- "Offset": 11,
- "EndOffset": 13,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 534,
- "Offset": 36,
- "EndOffset": 38,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 534,
- "Offset": 36,
- "EndOffset": 56,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 534,
- "Offset": 54,
- "EndOffset": 56,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 531,
- "Offset": 11,
- "EndOffset": 57,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 534,
- "Offset": 54,
- "EndOffset": 57,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.ConventionManager::ApplyHeaderTemplate(Avalonia.Controls.Control,Avalonia.AvaloniaProperty,Avalonia.AvaloniaProperty,System.Type)": {
- "Lines": {
- "617": 0,
- "618": 0,
- "619": 0,
- "620": 0,
- "622": 0,
- "624": 0,
- "627": 0,
- "628": 0,
- "629": 0
- },
- "Branches": [
- {
- "Line": 618,
- "Offset": 14,
- "EndOffset": 16,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 618,
- "Offset": 14,
- "EndOffset": 19,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 622,
- "Offset": 27,
- "EndOffset": 29,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 622,
- "Offset": 30,
- "EndOffset": 32,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 622,
- "Offset": 27,
- "EndOffset": 50,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 622,
- "Offset": 30,
- "EndOffset": 50,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 622,
- "Offset": 48,
- "EndOffset": 50,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 622,
- "Offset": 48,
- "EndOffset": 51,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- }
- ]
- },
- "System.Reflection.PropertyInfo Caliburn.Micro.ConventionManager::GetPropertyCaseInsensitive(System.Type,System.String)": {
- "Lines": {
- "651": 0,
- "653": 0,
- "655": 0,
- "658": 0,
- "660": 0,
- "662": 0,
- "665": 0,
- "666": 0,
- "667": 0
- },
- "Branches": [
- {
- "Line": 653,
- "Offset": 32,
- "EndOffset": 34,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 653,
- "Offset": 32,
- "EndOffset": 46,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 660,
- "Offset": 59,
- "EndOffset": 61,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 660,
- "Offset": 59,
- "EndOffset": 75,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.ConventionManager::.cctor()": {
- "Lines": {
- "49": 0,
- "61": 0,
- "67": 0,
- "72": 0,
- "73": 0,
- "74": 0,
- "75": 0,
- "76": 0,
- "77": 0,
- "78": 0,
- "79": 0,
- "80": 0,
- "81": 0,
- "82": 0,
- "83": 0,
- "84": 0,
- "85": 0,
- "86": 0,
- "87": 0,
- "88": 0,
- "89": 0,
- "90": 0,
- "91": 0,
- "92": 0,
- "97": 0,
- "98": 0,
- "99": 0,
- "100": 0,
- "101": 0,
- "102": 0,
- "103": 0,
- "104": 0,
- "105": 0,
- "106": 0,
- "107": 0,
- "108": 0,
- "110": 0,
- "115": 0,
- "116": 0,
- "117": 0,
- "118": 0,
- "119": 0,
- "120": 0,
- "125": 0,
- "126": 0,
- "127": 0,
- "128": 0,
- "129": 0,
- "130": 0,
- "131": 0,
- "132": 0,
- "133": 0,
- "138": 0,
- "139": 0,
- "140": 0,
- "141": 0,
- "142": 0,
- "143": 0,
- "144": 0,
- "145": 0,
- "146": 0,
- "147": 0,
- "148": 0,
- "149": 0,
- "150": 0,
- "151": 0,
- "152": 0,
- "153": 0,
- "154": 0,
- "155": 0,
- "156": 0,
- "157": 0,
- "158": 0,
- "163": 0,
- "164": 0,
- "165": 0,
- "166": 0,
- "167": 0,
- "168": 0,
- "169": 0,
- "170": 0,
- "171": 0,
- "172": 0,
- "177": 0,
- "178": 0,
- "179": 0,
- "180": 0,
- "181": 0,
- "182": 0,
- "183": 0,
- "184": 0,
- "185": 0,
- "186": 0,
- "187": 0,
- "188": 0,
- "189": 0,
- "190": 0,
- "191": 0,
- "196": 0,
- "197": 0,
- "198": 0,
- "199": 0,
- "200": 0,
- "201": 0,
- "202": 0,
- "207": 0,
- "208": 0,
- "209": 0,
- "210": 0,
- "211": 0,
- "212": 0,
- "213": 0,
- "218": 0,
- "219": 0,
- "220": 0,
- "221": 0,
- "222": 0,
- "223": 0,
- "228": 0,
- "229": 0,
- "248": 0,
- "284": 0,
- "286": 0,
- "287": 0,
- "288": 0,
- "289": 0,
- "290": 0,
- "296": 0,
- "297": 0,
- "298": 0,
- "299": 0,
- "300": 0,
- "301": 0,
- "302": 0,
- "303": 0,
- "304": 0,
- "305": 0,
- "306": 0,
- "307": 0,
- "308": 0,
- "309": 0,
- "310": 0,
- "311": 0,
- "312": 0,
- "313": 0,
- "314": 0,
- "315": 0,
- "316": 0,
- "317": 0,
- "318": 0,
- "319": 0,
- "320": 0,
- "321": 0,
- "322": 0,
- "323": 0,
- "324": 0,
- "325": 0,
- "326": 0,
- "327": 0,
- "328": 0,
- "329": 0,
- "332": 0,
- "336": 0,
- "337": 0,
- "338": 0,
- "339": 0,
- "340": 0,
- "341": 0,
- "343": 0,
- "344": 0,
- "345": 0,
- "346": 0,
- "347": 0,
- "348": 0,
- "349": 0,
- "350": 0,
- "351": 0,
- "352": 0,
- "353": 0,
- "354": 0,
- "355": 0,
- "356": 0,
- "357": 0,
- "358": 0,
- "359": 0,
- "360": 0,
- "361": 0,
- "362": 0,
- "363": 0,
- "364": 0,
- "365": 0,
- "366": 0,
- "367": 0,
- "368": 0,
- "369": 0,
- "370": 0,
- "371": 0,
- "372": 0,
- "373": 0,
- "374": 0,
- "375": 0,
- "376": 0,
- "377": 0,
- "378": 0,
- "379": 0,
- "380": 0,
- "381": 0,
- "382": 0,
- "383": 0,
- "384": 0,
- "385": 0,
- "386": 0,
- "387": 0,
- "388": 0,
- "389": 0,
- "390": 0,
- "391": 0,
- "392": 0,
- "394": 0,
- "395": 0,
- "400": 0,
- "560": 0,
- "561": 0,
- "562": 0,
- "563": 0,
- "564": 0,
- "565": 0,
- "566": 0,
- "567": 0,
- "568": 0,
- "569": 0,
- "570": 0,
- "571": 0,
- "572": 0,
- "573": 0,
- "574": 0,
- "575": 0,
- "576": 0,
- "577": 0,
- "578": 0,
- "579": 0,
- "580": 0,
- "581": 0,
- "582": 0,
- "583": 0,
- "584": 0,
- "585": 0,
- "586": 0,
- "587": 0,
- "588": 0,
- "589": 0,
- "590": 0,
- "591": 0,
- "592": 0,
- "593": 0,
- "594": 0,
- "595": 0,
- "596": 0,
- "597": 0,
- "602": 0,
- "603": 0,
- "604": 0,
- "605": 0,
- "606": 0
- },
- "Branches": [
- {
- "Line": 301,
- "Offset": 28,
- "EndOffset": 30,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 301,
- "Offset": 28,
- "EndOffset": 32,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 305,
- "Offset": 46,
- "EndOffset": 48,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 305,
- "Offset": 59,
- "EndOffset": 61,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 312,
- "Offset": 84,
- "EndOffset": 86,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 312,
- "Offset": 102,
- "EndOffset": 104,
- "Path": 0,
- "Ordinal": 8,
- "Hits": 0
- },
- {
- "Line": 305,
- "Offset": 46,
- "EndOffset": 146,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 305,
- "Offset": 59,
- "EndOffset": 146,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 312,
- "Offset": 84,
- "EndOffset": 146,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- },
- {
- "Line": 312,
- "Offset": 102,
- "EndOffset": 146,
- "Path": 1,
- "Ordinal": 9,
- "Hits": 0
- },
- {
- "Line": 346,
- "Offset": 17,
- "EndOffset": 19,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 346,
- "Offset": 17,
- "EndOffset": 21,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 359,
- "Offset": 17,
- "EndOffset": 19,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 359,
- "Offset": 17,
- "EndOffset": 21,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 117,
- "Offset": 11,
- "EndOffset": 13,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 117,
- "Offset": 11,
- "EndOffset": 22,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 170,
- "Offset": 14,
- "EndOffset": 16,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 170,
- "Offset": 23,
- "EndOffset": 25,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 170,
- "Offset": 14,
- "EndOffset": 33,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 170,
- "Offset": 23,
- "EndOffset": 33,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 170,
- "Offset": 31,
- "EndOffset": 33,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 170,
- "Offset": 31,
- "EndOffset": 36,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 210,
- "Offset": 21,
- "EndOffset": 23,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 210,
- "Offset": 21,
- "EndOffset": 34,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 563,
- "Offset": 7,
- "EndOffset": 9,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 563,
- "Offset": 7,
- "EndOffset": 10,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 569,
- "Offset": 22,
- "EndOffset": 24,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 569,
- "Offset": 22,
- "EndOffset": 29,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 572,
- "Offset": 209,
- "EndOffset": 62,
- "Path": 1,
- "Ordinal": 9,
- "Hits": 0
- },
- {
- "Line": 574,
- "Offset": 82,
- "EndOffset": 84,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 583,
- "Offset": 129,
- "EndOffset": 131,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 583,
- "Offset": 129,
- "EndOffset": 173,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- },
- {
- "Line": 574,
- "Offset": 82,
- "EndOffset": 203,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 572,
- "Offset": 209,
- "EndOffset": 214,
- "Path": 0,
- "Ordinal": 8,
- "Hits": 0
- },
- {
- "Line": 373,
- "Offset": 18,
- "EndOffset": 20,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 373,
- "Offset": 25,
- "EndOffset": 27,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 373,
- "Offset": 18,
- "EndOffset": 29,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 373,
- "Offset": 25,
- "EndOffset": 29,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 384,
- "Offset": 60,
- "EndOffset": 62,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 384,
- "Offset": 60,
- "EndOffset": 98,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- }
- ]
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Platform\\ElementConvention.cs": {
- "Caliburn.Micro.ElementConvention": {
- "System.Void Caliburn.Micro.ElementConvention::.ctor()": {
- "Lines": {
- "69": 0,
- "70": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Platform\\Message.cs": {
- "Caliburn.Micro.Message": {
- "System.Void Caliburn.Micro.Message::SetHandler(Avalonia.AvaloniaObject,System.Object)": {
- "Lines": {
- "81": 0,
- "82": 0,
- "83": 0
- },
- "Branches": []
- },
- "System.Object Caliburn.Micro.Message::GetHandler(Avalonia.AvaloniaObject)": {
- "Lines": {
- "92": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.Message::SetAttach(Avalonia.AvaloniaObject,System.String)": {
- "Lines": {
- "124": 0,
- "125": 0
- },
- "Branches": []
- },
- "System.String Caliburn.Micro.Message::GetAttach(Avalonia.AvaloniaObject)": {
- "Lines": {
- "134": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.Message::OnAttachChanged(Avalonia.AvaloniaObject,Avalonia.AvaloniaPropertyChangedEventArgs)": {
- "Lines": {
- "139": 0,
- "141": 0,
- "144": 0,
- "170": 0,
- "174": 0,
- "176": 0,
- "179": 0,
- "180": 0,
- "183": 0,
- "185": 0,
- "187": 0,
- "193": 0,
- "195": 0,
- "199": 0,
- "201": 0
- },
- "Branches": [
- {
- "Line": 139,
- "Offset": 23,
- "EndOffset": 25,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 139,
- "Offset": 23,
- "EndOffset": 26,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 174,
- "Offset": 56,
- "EndOffset": 58,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 174,
- "Offset": 56,
- "EndOffset": 76,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 183,
- "Offset": 250,
- "EndOffset": 168,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- },
- {
- "Line": 185,
- "Offset": 228,
- "EndOffset": 197,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 185,
- "Offset": 228,
- "EndOffset": 230,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 183,
- "Offset": 250,
- "EndOffset": 252,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 193,
- "Offset": 266,
- "EndOffset": 268,
- "Path": 0,
- "Ordinal": 8,
- "Hits": 0
- },
- {
- "Line": 193,
- "Offset": 266,
- "EndOffset": 283,
- "Path": 1,
- "Ordinal": 9,
- "Hits": 0
- },
- {
- "Line": 183,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 183,
- "Offset": 6,
- "EndOffset": 18,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.Message::.cctor()": {
- "Lines": {
- "49": 0,
- "50": 0,
- "51": 0,
- "60": 0,
- "62": 0,
- "63": 0,
- "64": 0,
- "98": 0,
- "99": 0,
- "100": 0,
- "114": 0,
- "115": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Platform\\MessageBinder.cs": {
- "Caliburn.Micro.MessageBinder": {
- "System.Object[] Caliburn.Micro.MessageBinder::DetermineParameters(Caliburn.Micro.ActionExecutionContext,System.Reflection.ParameterInfo[])": {
- "Lines": {
- "72": 0,
- "73": 0,
- "75": 0,
- "77": 0,
- "78": 0,
- "79": 0,
- "81": 0,
- "82": 0,
- "83": 0,
- "85": 0,
- "88": 0
- },
- "Branches": [
- {
- "Line": 75,
- "Offset": 144,
- "EndOffset": 71,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 81,
- "Offset": 96,
- "EndOffset": 98,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 81,
- "Offset": 96,
- "EndOffset": 124,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 75,
- "Offset": 144,
- "EndOffset": 146,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- }
- ]
- },
- "System.Object Caliburn.Micro.MessageBinder::CoerceValue(System.Type,System.Object,System.Object)": {
- "Lines": {
- "110": 0,
- "112": 0,
- "115": 0,
- "116": 0,
- "118": 0,
- "121": 0,
- "123": 0,
- "129": 0,
- "131": 0,
- "133": 0,
- "136": 0,
- "138": 0,
- "140": 0,
- "146": 0,
- "149": 0,
- "150": 0,
- "152": 0,
- "155": 0,
- "158": 0,
- "160": 0,
- "161": 0,
- "163": 0,
- "166": 0,
- "167": 0,
- "169": 0,
- "174": 0,
- "176": 0,
- "178": 0,
- "180": 0
- },
- "Branches": [
- {
- "Line": 110,
- "Offset": 1,
- "EndOffset": 3,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 110,
- "Offset": 1,
- "EndOffset": 10,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 116,
- "Offset": 34,
- "EndOffset": 36,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 116,
- "Offset": 34,
- "EndOffset": 38,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 121,
- "Offset": 49,
- "EndOffset": 51,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 121,
- "Offset": 49,
- "EndOffset": 70,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 131,
- "Offset": 85,
- "EndOffset": 87,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 131,
- "Offset": 85,
- "EndOffset": 100,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- },
- {
- "Line": 138,
- "Offset": 114,
- "EndOffset": 116,
- "Path": 0,
- "Ordinal": 8,
- "Hits": 0
- },
- {
- "Line": 138,
- "Offset": 114,
- "EndOffset": 130,
- "Path": 1,
- "Ordinal": 9,
- "Hits": 0
- },
- {
- "Line": 146,
- "Offset": 136,
- "EndOffset": 138,
- "Path": 0,
- "Ordinal": 10,
- "Hits": 0
- },
- {
- "Line": 150,
- "Offset": 146,
- "EndOffset": 148,
- "Path": 0,
- "Ordinal": 12,
- "Hits": 0
- },
- {
- "Line": 150,
- "Offset": 146,
- "EndOffset": 159,
- "Path": 1,
- "Ordinal": 13,
- "Hits": 0
- },
- {
- "Line": 146,
- "Offset": 136,
- "EndOffset": 169,
- "Path": 1,
- "Ordinal": 11,
- "Hits": 0
- },
- {
- "Line": 158,
- "Offset": 195,
- "EndOffset": 197,
- "Path": 0,
- "Ordinal": 14,
- "Hits": 0
- },
- {
- "Line": 161,
- "Offset": 207,
- "EndOffset": 209,
- "Path": 0,
- "Ordinal": 16,
- "Hits": 0
- },
- {
- "Line": 158,
- "Offset": 195,
- "EndOffset": 224,
- "Path": 1,
- "Ordinal": 15,
- "Hits": 0
- },
- {
- "Line": 161,
- "Offset": 207,
- "EndOffset": 224,
- "Path": 1,
- "Ordinal": 17,
- "Hits": 0
- }
- ]
- },
- "System.Object Caliburn.Micro.MessageBinder::GetDefaultValue(System.Type)": {
- "Lines": {
- "193": 0
- },
- "Branches": [
- {
- "Line": 193,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 193,
- "Offset": 14,
- "EndOffset": 16,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 193,
- "Offset": 6,
- "EndOffset": 23,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 193,
- "Offset": 14,
- "EndOffset": 23,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.MessageBinder::.cctor()": {
- "Lines": {
- "30": 1,
- "31": 1,
- "32": 1,
- "33": 0,
- "34": 1,
- "35": 1,
- "36": 1,
- "37": 1,
- "38": 0,
- "39": 1,
- "40": 1,
- "41": 1,
- "42": 1,
- "43": 0,
- "44": 0,
- "45": 0,
- "46": 1,
- "52": 1,
- "53": 1,
- "54": 1,
- "55": 1,
- "56": 1,
- "57": 1,
- "58": 0,
- "59": 0,
- "60": 1,
- "61": 1,
- "62": 1,
- "94": 1,
- "95": 1,
- "96": 1,
- "97": 1,
- "98": 2,
- "99": 1
- },
- "Branches": [
- {
- "Line": 98,
- "Offset": 13,
- "EndOffset": 15,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 98,
- "Offset": 13,
- "EndOffset": 17,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 2
- }
- ]
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Platform\\Parser.cs": {
- "Caliburn.Micro.Parser": {
- "System.Collections.Generic.IEnumerable`1 Caliburn.Micro.Parser::Parse(Avalonia.AvaloniaObject,System.String)": {
- "Lines": {
- "76": 0,
- "78": 0,
- "80": 0,
- "88": 0,
- "90": 0,
- "92": 0,
- "93": 0,
- "94": 0,
- "96": 0,
- "97": 0,
- "98": 0,
- "99": 0,
- "101": 0,
- "102": 0,
- "107": 0,
- "110": 0,
- "113": 0
- },
- "Branches": [
- {
- "Line": 76,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 76,
- "Offset": 6,
- "EndOffset": 15,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 90,
- "Offset": 187,
- "EndOffset": 37,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- },
- {
- "Line": 92,
- "Offset": 52,
- "EndOffset": 54,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 92,
- "Offset": 52,
- "EndOffset": 66,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 101,
- "Offset": 131,
- "EndOffset": 133,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 101,
- "Offset": 131,
- "EndOffset": 139,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 90,
- "Offset": 187,
- "EndOffset": 192,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- }
- ]
- },
- "Caliburn.Micro.TriggerAction Caliburn.Micro.Parser::CreateMessage(Avalonia.AvaloniaObject,System.String)": {
- "Lines": {
- "260": 0,
- "261": 0,
- "263": 0,
- "266": 0,
- "267": 0,
- "269": 0,
- "272": 0,
- "273": 0,
- "274": 0,
- "275": 0,
- "277": 0,
- "279": 0,
- "280": 0,
- "282": 0,
- "283": 0,
- "287": 0
- },
- "Branches": [
- {
- "Line": 261,
- "Offset": 11,
- "EndOffset": 13,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 261,
- "Offset": 11,
- "EndOffset": 20,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 267,
- "Offset": 31,
- "EndOffset": 33,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 267,
- "Offset": 31,
- "EndOffset": 40,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 275,
- "Offset": 77,
- "EndOffset": 79,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 277,
- "Offset": 83,
- "EndOffset": 85,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 282,
- "Offset": 160,
- "EndOffset": 111,
- "Path": 1,
- "Ordinal": 9,
- "Hits": 0
- },
- {
- "Line": 275,
- "Offset": 77,
- "EndOffset": 162,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 277,
- "Offset": 83,
- "EndOffset": 162,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- },
- {
- "Line": 282,
- "Offset": 160,
- "EndOffset": 162,
- "Path": 0,
- "Ordinal": 8,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.Parser::BindParameter(Avalonia.Controls.Control,Caliburn.Micro.Parameter,System.String,System.String,Avalonia.Data.BindingMode)": {
- "Lines": {
- "366": 0,
- "367": 0,
- "368": 0,
- "369": 0,
- "371": 0,
- "374": 0,
- "376": 0,
- "386": 0,
- "387": 0,
- "388": 0,
- "389": 0,
- "390": 0,
- "398": 0,
- "403": 0
- },
- "Branches": [
- {
- "Line": 366,
- "Offset": 11,
- "EndOffset": 13,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 366,
- "Offset": 11,
- "EndOffset": 32,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 369,
- "Offset": 35,
- "EndOffset": 37,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 369,
- "Offset": 35,
- "EndOffset": 38,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 374,
- "Offset": 44,
- "EndOffset": 46,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 374,
- "Offset": 44,
- "EndOffset": 64,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.Parser::.cctor()": {
- "Lines": {
- "59": 1,
- "60": 1,
- "224": 1,
- "225": 1,
- "226": 1,
- "227": 1,
- "228": 1,
- "229": 1,
- "230": 1,
- "231": 1,
- "232": 1,
- "233": 1,
- "234": 0,
- "235": 1,
- "236": 0,
- "237": 0,
- "238": 1,
- "239": 1,
- "240": 0,
- "241": 0,
- "242": 0,
- "243": 0,
- "244": 0,
- "245": 1,
- "246": 1,
- "247": 1,
- "248": 0,
- "249": 1,
- "250": 1,
- "293": 1,
- "294": 1,
- "295": 0,
- "296": 1,
- "301": 1,
- "302": 1,
- "303": 3,
- "304": 1,
- "305": 3,
- "306": 1,
- "307": 0,
- "308": 1,
- "309": 3,
- "310": 1,
- "311": 2,
- "312": 1,
- "313": 1,
- "314": 1,
- "315": 0,
- "316": 0,
- "317": 0,
- "318": 1,
- "319": 0,
- "320": 0,
- "321": 0,
- "322": 0,
- "323": 0,
- "324": 0,
- "325": 0,
- "326": 0,
- "327": 0,
- "328": 0,
- "329": 1,
- "330": 1,
- "331": 3,
- "332": 1
- },
- "Branches": [
- {
- "Line": 234,
- "Offset": 1,
- "EndOffset": 3,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 234,
- "Offset": 1,
- "EndOffset": 25,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 305,
- "Offset": 28,
- "EndOffset": 30,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 305,
- "Offset": 41,
- "EndOffset": 43,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 305,
- "Offset": 28,
- "EndOffset": 74,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 3
- },
- {
- "Line": 305,
- "Offset": 41,
- "EndOffset": 74,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 3
- },
- {
- "Line": 309,
- "Offset": 90,
- "EndOffset": 92,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 3
- },
- {
- "Line": 309,
- "Offset": 90,
- "EndOffset": 102,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 2
- },
- {
- "Line": 309,
- "Offset": 100,
- "EndOffset": 102,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 2
- },
- {
- "Line": 309,
- "Offset": 100,
- "EndOffset": 116,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 1
- },
- {
- "Line": 313,
- "Offset": 122,
- "EndOffset": 124,
- "Path": 0,
- "Ordinal": 8,
- "Hits": 0
- },
- {
- "Line": 313,
- "Offset": 122,
- "EndOffset": 237,
- "Path": 1,
- "Ordinal": 9,
- "Hits": 3
- },
- {
- "Line": 321,
- "Offset": 19,
- "EndOffset": 21,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 321,
- "Offset": 19,
- "EndOffset": 43,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 321,
- "Offset": 58,
- "EndOffset": 60,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 321,
- "Offset": 58,
- "EndOffset": 83,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 321,
- "Offset": 93,
- "EndOffset": 95,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 321,
- "Offset": 93,
- "EndOffset": 98,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- }
- ]
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Platform\\View.cs": {
- "Caliburn.Micro.View": {
- "System.Boolean Caliburn.Micro.View::ExecuteOnLoad(Avalonia.Controls.Control,System.EventHandler)": {
- "Lines": {
- "174": 0,
- "176": 0,
- "177": 0,
- "180": 0,
- "181": 0,
- "182": 0,
- "183": 0,
- "184": 0,
- "185": 0,
- "186": 0,
- "188": 0
- },
- "Branches": [
- {
- "Line": 174,
- "Offset": 31,
- "EndOffset": 33,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 174,
- "Offset": 31,
- "EndOffset": 57,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.View::ExecuteOnUnload(Avalonia.Controls.Control,System.EventHandler)": {
- "Lines": {
- "228": 0,
- "229": 0,
- "230": 0,
- "231": 0,
- "232": 0,
- "233": 0,
- "234": 0,
- "235": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.View::ExecuteOnLayoutUpdated(Avalonia.Controls.Control,System.EventHandler)": {
- "Lines": {
- "293": 0,
- "295": 0,
- "296": 0,
- "297": 0,
- "298": 0,
- "299": 0,
- "300": 0,
- "302": 0
- },
- "Branches": []
- },
- "System.Nullable`1 Caliburn.Micro.View::GetApplyConventions(Avalonia.AvaloniaObject)": {
- "Lines": {
- "361": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.View::SetApplyConventions(Avalonia.AvaloniaObject,System.Nullable`1)": {
- "Lines": {
- "371": 0,
- "372": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.View::SetModel(Avalonia.AvaloniaObject,System.Object)": {
- "Lines": {
- "381": 0,
- "382": 0
- },
- "Branches": []
- },
- "System.Object Caliburn.Micro.View::GetModel(Avalonia.AvaloniaObject)": {
- "Lines": {
- "391": 0
- },
- "Branches": []
- },
- "System.Object Caliburn.Micro.View::GetContext(Avalonia.AvaloniaObject)": {
- "Lines": {
- "401": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.View::SetContext(Avalonia.AvaloniaObject,System.Object)": {
- "Lines": {
- "411": 0,
- "412": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.View::OnModelChanged(Avalonia.AvaloniaObject,Avalonia.AvaloniaPropertyChangedEventArgs)": {
- "Lines": {
- "416": 0,
- "418": 0,
- "421": 0,
- "423": 0,
- "425": 0,
- "426": 0,
- "427": 0,
- "430": 0,
- "432": 0,
- "434": 0,
- "439": 0,
- "441": 0
- },
- "Branches": [
- {
- "Line": 416,
- "Offset": 17,
- "EndOffset": 19,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 416,
- "Offset": 17,
- "EndOffset": 20,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 421,
- "Offset": 26,
- "EndOffset": 28,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 427,
- "Offset": 79,
- "EndOffset": 81,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 421,
- "Offset": 26,
- "EndOffset": 134,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 427,
- "Offset": 79,
- "EndOffset": 147,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.View::OnContextChanged(Avalonia.AvaloniaObject,Avalonia.AvaloniaPropertyChangedEventArgs)": {
- "Lines": {
- "445": 0,
- "447": 0,
- "450": 0,
- "451": 0,
- "453": 0,
- "456": 0,
- "458": 0,
- "461": 0,
- "463": 0,
- "465": 0,
- "468": 0,
- "469": 0
- },
- "Branches": [
- {
- "Line": 445,
- "Offset": 17,
- "EndOffset": 19,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 445,
- "Offset": 17,
- "EndOffset": 20,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 451,
- "Offset": 28,
- "EndOffset": 30,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 451,
- "Offset": 28,
- "EndOffset": 31,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 458,
- "Offset": 57,
- "EndOffset": 59,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 458,
- "Offset": 57,
- "EndOffset": 111,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- }
- ]
- },
- "System.Boolean Caliburn.Micro.View::SetContentProperty(System.Object,System.Object)": {
- "Lines": {
- "473": 0,
- "474": 0,
- "476": 0,
- "479": 0
- },
- "Branches": [
- {
- "Line": 474,
- "Offset": 8,
- "EndOffset": 10,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 474,
- "Offset": 16,
- "EndOffset": 18,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 474,
- "Offset": 8,
- "EndOffset": 31,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 474,
- "Offset": 16,
- "EndOffset": 31,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- },
- "System.Boolean Caliburn.Micro.View::SetContentPropertyCore(System.Object,System.Object)": {
- "Lines": {
- "511": 0,
- "513": 0,
- "515": 0,
- "524": 0,
- "526": 0,
- "528": 0,
- "530": 0,
- "532": 0
- },
- "Branches": [
- {
- "Line": 515,
- "Offset": 50,
- "EndOffset": 52,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 515,
- "Offset": 50,
- "EndOffset": 55,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 515,
- "Offset": 62,
- "EndOffset": 64,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 515,
- "Offset": 62,
- "EndOffset": 70,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 515,
- "Offset": 76,
- "EndOffset": 78,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 515,
- "Offset": 76,
- "EndOffset": 81,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- }
- ]
- },
- "System.Boolean Caliburn.Micro.View::get_InDesignMode()": {
- "Lines": {
- "544": 0,
- "551": 0,
- "558": 0
- },
- "Branches": [
- {
- "Line": 544,
- "Offset": 10,
- "EndOffset": 12,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 544,
- "Offset": 10,
- "EndOffset": 27,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.View::.cctor()": {
- "Lines": {
- "59": 1,
- "69": 1,
- "70": 1,
- "71": 1,
- "84": 1,
- "85": 1,
- "86": 1,
- "99": 1,
- "100": 1,
- "101": 1,
- "112": 1,
- "113": 1,
- "114": 1,
- "128": 1,
- "129": 1,
- "130": 1,
- "144": 1,
- "145": 1,
- "146": 1,
- "160": 1,
- "161": 1,
- "162": 1,
- "313": 1,
- "314": 1,
- "315": 0,
- "316": 0,
- "317": 1,
- "318": 0,
- "319": 1,
- "320": 1,
- "321": 0,
- "322": 1,
- "323": 0,
- "324": 1,
- "325": 0,
- "326": 1,
- "327": 1,
- "328": 1,
- "329": 1,
- "330": 1,
- "331": 1,
- "332": 1,
- "333": 1,
- "334": 0,
- "335": 0,
- "336": 0,
- "337": 0,
- "338": 0,
- "339": 0,
- "340": 1,
- "341": 1,
- "342": 1,
- "343": 1,
- "344": 1,
- "345": 1,
- "346": 1,
- "347": 1,
- "348": 1,
- "349": 1,
- "350": 1,
- "351": 0,
- "352": 1
- },
- "Branches": [
- {
- "Line": 316,
- "Offset": 8,
- "EndOffset": 10,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 316,
- "Offset": 8,
- "EndOffset": 12,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 321,
- "Offset": 28,
- "EndOffset": 30,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 323,
- "Offset": 36,
- "EndOffset": 38,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 323,
- "Offset": 36,
- "EndOffset": 50,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 336,
- "Offset": 105,
- "EndOffset": 107,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 336,
- "Offset": 105,
- "EndOffset": 109,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- },
- {
- "Line": 321,
- "Offset": 28,
- "EndOffset": 118,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Platform\\ViewLocator.cs": {
- "Caliburn.Micro.ViewLocator": {
- "System.Void Caliburn.Micro.ViewLocator::ConfigureTypeMappings(Caliburn.Micro.TypeMappingConfiguration)": {
- "Lines": {
- "80": 8,
- "82": 2,
- "85": 6,
- "87": 2,
- "90": 4,
- "92": 2,
- "94": 2,
- "96": 0,
- "99": 2,
- "101": 1,
- "103": 2,
- "105": 2,
- "106": 2,
- "107": 2,
- "108": 2,
- "109": 2,
- "110": 2,
- "111": 2,
- "113": 2,
- "114": 2
- },
- "Branches": [
- {
- "Line": 80,
- "Offset": 11,
- "EndOffset": 13,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 2
- },
- {
- "Line": 80,
- "Offset": 11,
- "EndOffset": 24,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 6
- },
- {
- "Line": 85,
- "Offset": 35,
- "EndOffset": 37,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 2
- },
- {
- "Line": 85,
- "Offset": 35,
- "EndOffset": 48,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 4
- },
- {
- "Line": 90,
- "Offset": 59,
- "EndOffset": 61,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 2
- },
- {
- "Line": 90,
- "Offset": 59,
- "EndOffset": 72,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 2
- },
- {
- "Line": 94,
- "Offset": 83,
- "EndOffset": 85,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 94,
- "Offset": 83,
- "EndOffset": 96,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 2
- },
- {
- "Line": 99,
- "Offset": 106,
- "EndOffset": 108,
- "Path": 0,
- "Ordinal": 8,
- "Hits": 1
- },
- {
- "Line": 99,
- "Offset": 106,
- "EndOffset": 118,
- "Path": 1,
- "Ordinal": 9,
- "Hits": 2
- }
- ]
- },
- "System.Void Caliburn.Micro.ViewLocator::SetAllDefaults()": {
- "Lines": {
- "119": 2,
- "122": 2,
- "126": 0,
- "128": 0
- },
- "Branches": [
- {
- "Line": 119,
- "Offset": 5,
- "EndOffset": 7,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 2
- },
- {
- "Line": 119,
- "Offset": 5,
- "EndOffset": 45,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.ViewLocator::AddDefaultTypeMapping(System.String)": {
- "Lines": {
- "136": 4,
- "138": 0,
- "142": 4,
- "145": 4,
- "146": 4
- },
- "Branches": [
- {
- "Line": 136,
- "Offset": 5,
- "EndOffset": 7,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 136,
- "Offset": 5,
- "EndOffset": 8,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 4
- }
- ]
- },
- "System.Void Caliburn.Micro.ViewLocator::RegisterViewSuffix(System.String)": {
- "Lines": {
- "157": 24,
- "159": 0,
- "161": 8
- },
- "Branches": [
- {
- "Line": 157,
- "Offset": 35,
- "EndOffset": 37,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 157,
- "Offset": 35,
- "EndOffset": 53,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 8
- }
- ]
- },
- "System.Void Caliburn.Micro.ViewLocator::AddTypeMapping(System.String,System.String,System.String[],System.String)": {
- "Lines": {
- "173": 8,
- "175": 8,
- "176": 8,
- "179": 32,
- "181": 8,
- "184": 8,
- "185": 8,
- "186": 8,
- "188": 8,
- "189": 8,
- "191": 4,
- "195": 8,
- "196": 8,
- "197": 8,
- "198": 8,
- "200": 8,
- "201": 8,
- "202": 8,
- "203": 8,
- "204": 8,
- "205": 8
- },
- "Branches": [
- {
- "Line": 176,
- "Offset": 17,
- "EndOffset": 19,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 176,
- "Offset": 17,
- "EndOffset": 26,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 8
- },
- {
- "Line": 179,
- "Offset": 79,
- "EndOffset": 36,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 8
- },
- {
- "Line": 179,
- "Offset": 79,
- "EndOffset": 81,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 8
- },
- {
- "Line": 186,
- "Offset": 103,
- "EndOffset": 105,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 8
- },
- {
- "Line": 189,
- "Offset": 122,
- "EndOffset": 124,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 4
- },
- {
- "Line": 189,
- "Offset": 129,
- "EndOffset": 131,
- "Path": 0,
- "Ordinal": 8,
- "Hits": 4
- },
- {
- "Line": 186,
- "Offset": 103,
- "EndOffset": 139,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 8
- },
- {
- "Line": 189,
- "Offset": 122,
- "EndOffset": 139,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 8
- },
- {
- "Line": 189,
- "Offset": 129,
- "EndOffset": 139,
- "Path": 1,
- "Ordinal": 9,
- "Hits": 8
- },
- {
- "Line": 195,
- "Offset": 145,
- "EndOffset": 147,
- "Path": 0,
- "Ordinal": 10,
- "Hits": 0
- },
- {
- "Line": 195,
- "Offset": 145,
- "EndOffset": 171,
- "Path": 1,
- "Ordinal": 11,
- "Hits": 8
- }
- ]
- },
- "System.String Caliburn.Micro.ViewLocator::GetNameFormat(System.String,System.String)": {
- "Lines": {
- "209": 16,
- "210": 16
- },
- "Branches": []
- },
- "System.Boolean Caliburn.Micro.ViewLocator::IsNameFormatValidFormat(System.String)": {
- "Lines": {
- "215": 2
- },
- "Branches": [
- {
- "Line": 215,
- "Offset": 11,
- "EndOffset": 13,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 2
- },
- {
- "Line": 215,
- "Offset": 11,
- "EndOffset": 25,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.ViewLocator::AddTypeMapping(System.String,System.String,System.String,System.String)": {
- "Lines": {
- "228": 0,
- "229": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.ViewLocator::AddNamespaceMapping(System.String,System.String[],System.String)": {
- "Lines": {
- "240": 4,
- "244": 4,
- "246": 0,
- "250": 4,
- "252": 8,
- "253": 4,
- "254": 4
- },
- "Branches": [
- {
- "Line": 244,
- "Offset": 23,
- "EndOffset": 25,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 244,
- "Offset": 23,
- "EndOffset": 37,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 4
- }
- ]
- },
- "System.Void Caliburn.Micro.ViewLocator::AddNamespaceMapping(System.String,System.String,System.String)": {
- "Lines": {
- "264": 4,
- "265": 4
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.ViewLocator::AddSubNamespaceMapping(System.String,System.String[],System.String)": {
- "Lines": {
- "276": 4,
- "279": 4,
- "281": 4,
- "283": 4,
- "285": 4,
- "286": 4,
- "289": 4,
- "291": 4,
- "292": 4,
- "296": 4,
- "297": 4,
- "299": 8,
- "300": 4,
- "301": 4
- },
- "Branches": [
- {
- "Line": 281,
- "Offset": 59,
- "EndOffset": 61,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 4
- },
- {
- "Line": 283,
- "Offset": 72,
- "EndOffset": 74,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 4
- },
- {
- "Line": 283,
- "Offset": 72,
- "EndOffset": 96,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 4
- },
- {
- "Line": 289,
- "Offset": 107,
- "EndOffset": 109,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 4
- },
- {
- "Line": 281,
- "Offset": 59,
- "EndOffset": 131,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 4
- },
- {
- "Line": 289,
- "Offset": 107,
- "EndOffset": 131,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 4
- }
- ]
- },
- "System.Void Caliburn.Micro.ViewLocator::AddSubNamespaceMapping(System.String,System.String,System.String)": {
- "Lines": {
- "311": 4,
- "312": 4
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.ViewLocator::InitializeComponent(System.Object)": {
- "Lines": {
- "529": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.ViewLocator::.cctor()": {
- "Lines": {
- "46": 1,
- "54": 1,
- "60": 1,
- "65": 1,
- "69": 1,
- "70": 1,
- "320": 1,
- "321": 1,
- "322": 0,
- "323": 0,
- "324": 1,
- "325": 0,
- "326": 1,
- "327": 0,
- "328": 0,
- "329": 1,
- "330": 1,
- "331": 1,
- "332": 0,
- "333": 0,
- "334": 1,
- "335": 1,
- "336": 1,
- "337": 1,
- "338": 1,
- "339": 1,
- "340": 1,
- "341": 1,
- "342": 0,
- "343": 1,
- "344": 0,
- "345": 1,
- "346": 0,
- "347": 1,
- "352": 1,
- "353": 1,
- "354": 0,
- "355": 1,
- "356": 0,
- "357": 0,
- "358": 0,
- "359": 0,
- "360": 1,
- "361": 1,
- "362": 0,
- "363": 1,
- "374": 1,
- "375": 1,
- "376": 1,
- "377": 0,
- "378": 1,
- "379": 0,
- "380": 0,
- "381": 1,
- "382": 1,
- "383": 0,
- "384": 0,
- "385": 0,
- "386": 1,
- "387": 1,
- "388": 0,
- "389": 0,
- "390": 1,
- "391": 1,
- "392": 1,
- "393": 0,
- "394": 1,
- "395": 1,
- "396": 0,
- "397": 1,
- "398": 1,
- "399": 0,
- "400": 1,
- "401": 1,
- "402": 0,
- "403": 1,
- "412": 1,
- "413": 1,
- "414": 1,
- "415": 0,
- "416": 1,
- "417": 0,
- "418": 1,
- "419": 0,
- "420": 1,
- "421": 1,
- "422": 0,
- "423": 0,
- "424": 0,
- "425": 0,
- "426": 0,
- "427": 0,
- "428": 1,
- "429": 0,
- "430": 0,
- "431": 1,
- "432": 0,
- "433": 1,
- "434": 0,
- "435": 1,
- "436": 1,
- "437": 0,
- "438": 1,
- "447": 1,
- "448": 1,
- "449": 1,
- "450": 0,
- "451": 1,
- "452": 0,
- "453": 0,
- "454": 0,
- "455": 1,
- "464": 1,
- "465": 1,
- "466": 1,
- "467": 0,
- "468": 0,
- "469": 1,
- "470": 0,
- "471": 0,
- "472": 1,
- "473": 1,
- "474": 0,
- "475": 1,
- "476": 0,
- "477": 1,
- "478": 1,
- "479": 1,
- "480": 1,
- "481": 1,
- "482": 0,
- "483": 0,
- "484": 1,
- "485": 1,
- "486": 1,
- "487": 1,
- "488": 1,
- "489": 1,
- "490": 1,
- "491": 1,
- "492": 0,
- "493": 1,
- "498": 1,
- "499": 1,
- "500": 1,
- "501": 0,
- "502": 0,
- "503": 1,
- "504": 1,
- "505": 1,
- "506": 1,
- "507": 0,
- "508": 1,
- "509": 0,
- "510": 0,
- "511": 1,
- "512": 0,
- "513": 1,
- "514": 0,
- "515": 1,
- "516": 0,
- "517": 1,
- "518": 1,
- "519": 0,
- "520": 1
- },
- "Branches": [
- {
- "Line": 325,
- "Offset": 23,
- "EndOffset": 25,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 325,
- "Offset": 23,
- "EndOffset": 33,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 332,
- "Offset": 39,
- "EndOffset": 41,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 332,
- "Offset": 47,
- "EndOffset": 49,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 332,
- "Offset": 39,
- "EndOffset": 67,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 332,
- "Offset": 47,
- "EndOffset": 67,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 332,
- "Offset": 65,
- "EndOffset": 67,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 332,
- "Offset": 65,
- "EndOffset": 95,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- },
- {
- "Line": 354,
- "Offset": 11,
- "EndOffset": 13,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 354,
- "Offset": 11,
- "EndOffset": 53,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 377,
- "Offset": 7,
- "EndOffset": 9,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 377,
- "Offset": 7,
- "EndOffset": 54,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 383,
- "Offset": 61,
- "EndOffset": 63,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 383,
- "Offset": 61,
- "EndOffset": 66,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 385,
- "Offset": 93,
- "EndOffset": 95,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 385,
- "Offset": 93,
- "EndOffset": 143,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 417,
- "Offset": 12,
- "EndOffset": 14,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 417,
- "Offset": 12,
- "EndOffset": 26,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 422,
- "Offset": 37,
- "EndOffset": 39,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 422,
- "Offset": 37,
- "EndOffset": 49,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 432,
- "Offset": 93,
- "EndOffset": 95,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 432,
- "Offset": 93,
- "EndOffset": 135,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 452,
- "Offset": 21,
- "EndOffset": 23,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 452,
- "Offset": 21,
- "EndOffset": 35,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 468,
- "Offset": 8,
- "EndOffset": 10,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 471,
- "Offset": 24,
- "EndOffset": 26,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 476,
- "Offset": 32,
- "EndOffset": 34,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 468,
- "Offset": 8,
- "EndOffset": 61,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 471,
- "Offset": 24,
- "EndOffset": 61,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 476,
- "Offset": 32,
- "EndOffset": 61,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 509,
- "Offset": 46,
- "EndOffset": 48,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 509,
- "Offset": 46,
- "EndOffset": 61,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 514,
- "Offset": 94,
- "EndOffset": 96,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 514,
- "Offset": 94,
- "EndOffset": 114,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Platform\\ViewModelBinder.cs": {
- "Caliburn.Micro.ViewModelBinder": {
- "System.Boolean Caliburn.Micro.ViewModelBinder::ShouldApplyConventions(Avalonia.Controls.Control)": {
- "Lines": {
- "76": 0,
- "77": 0
- },
- "Branches": []
- },
- "System.Boolean Caliburn.Micro.ViewModelBinder::IsAsyncMethod(System.Reflection.MethodInfo)": {
- "Lines": {
- "204": 0,
- "205": 0
- },
- "Branches": [
- {
- "Line": 204,
- "Offset": 31,
- "EndOffset": 33,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 204,
- "Offset": 31,
- "EndOffset": 51,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.ViewModelBinder::.cctor()": {
- "Lines": {
- "44": 0,
- "52": 0,
- "57": 0,
- "58": 0,
- "59": 0,
- "84": 0,
- "85": 0,
- "86": 0,
- "87": 0,
- "88": 0,
- "89": 0,
- "90": 0,
- "91": 0,
- "92": 0,
- "93": 0,
- "94": 0,
- "95": 0,
- "96": 0,
- "97": 0,
- "98": 0,
- "99": 0,
- "100": 0,
- "101": 0,
- "102": 0,
- "103": 0,
- "104": 0,
- "105": 0,
- "106": 0,
- "107": 0,
- "108": 0,
- "109": 0,
- "110": 0,
- "111": 0,
- "112": 0,
- "113": 0,
- "114": 0,
- "115": 0,
- "116": 0,
- "117": 0,
- "118": 0,
- "119": 0,
- "120": 0,
- "121": 0,
- "122": 0,
- "123": 0,
- "124": 0,
- "125": 0,
- "126": 0,
- "127": 0,
- "128": 0,
- "129": 0,
- "130": 0,
- "131": 0,
- "132": 0,
- "138": 0,
- "139": 0,
- "140": 0,
- "141": 0,
- "142": 0,
- "143": 0,
- "144": 0,
- "145": 0,
- "146": 0,
- "147": 0,
- "148": 0,
- "149": 0,
- "150": 0,
- "151": 0,
- "152": 0,
- "153": 0,
- "154": 0,
- "155": 0,
- "156": 0,
- "157": 0,
- "158": 0,
- "159": 0,
- "160": 0,
- "161": 0,
- "162": 0,
- "163": 0,
- "164": 0,
- "165": 0,
- "166": 0,
- "167": 0,
- "168": 0,
- "169": 0,
- "170": 0,
- "171": 0,
- "172": 0,
- "173": 0,
- "174": 0,
- "175": 0,
- "176": 0,
- "177": 0,
- "178": 0,
- "179": 0,
- "180": 0,
- "181": 0,
- "182": 0,
- "183": 0,
- "184": 0,
- "185": 0,
- "186": 0,
- "187": 0,
- "188": 0,
- "189": 0,
- "190": 0,
- "191": 0,
- "192": 0,
- "193": 0,
- "194": 0,
- "195": 0,
- "196": 0,
- "197": 0,
- "198": 0,
- "199": 0,
- "200": 0,
- "201": 0,
- "211": 0,
- "217": 0,
- "218": 0,
- "219": 0,
- "220": 0,
- "221": 0,
- "222": 0,
- "223": 0,
- "224": 0,
- "225": 0,
- "226": 0,
- "227": 0,
- "228": 0,
- "229": 0,
- "230": 0,
- "231": 0,
- "232": 0,
- "233": 0,
- "234": 0,
- "235": 0,
- "236": 0,
- "237": 0,
- "238": 0,
- "239": 0,
- "240": 0,
- "241": 0,
- "242": 0,
- "243": 0,
- "244": 0,
- "245": 0,
- "246": 0,
- "247": 0,
- "248": 0,
- "249": 0,
- "250": 0,
- "251": 0,
- "252": 0,
- "253": 0,
- "254": 0,
- "255": 0,
- "256": 0,
- "257": 0,
- "258": 0,
- "259": 0,
- "260": 0,
- "261": 0,
- "262": 0,
- "263": 0,
- "264": 0,
- "265": 0,
- "266": 0,
- "267": 0,
- "268": 0,
- "269": 0,
- "270": 0,
- "271": 0,
- "272": 0,
- "273": 0,
- "274": 0,
- "275": 0,
- "276": 0,
- "277": 0,
- "278": 0,
- "279": 0,
- "280": 0,
- "281": 0,
- "282": 0,
- "283": 0,
- "284": 0
- },
- "Branches": [
- {
- "Line": 88,
- "Offset": 340,
- "EndOffset": 18,
- "Path": 1,
- "Ordinal": 11,
- "Hits": 0
- },
- {
- "Line": 95,
- "Offset": 124,
- "EndOffset": 79,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 95,
- "Offset": 114,
- "EndOffset": 116,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 95,
- "Offset": 114,
- "EndOffset": 126,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 95,
- "Offset": 124,
- "EndOffset": 126,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 100,
- "Offset": 134,
- "EndOffset": 136,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 100,
- "Offset": 134,
- "EndOffset": 178,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 107,
- "Offset": 193,
- "EndOffset": 195,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 107,
- "Offset": 193,
- "EndOffset": 234,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- },
- {
- "Line": 121,
- "Offset": 263,
- "EndOffset": 265,
- "Path": 0,
- "Ordinal": 8,
- "Hits": 0
- },
- {
- "Line": 121,
- "Offset": 263,
- "EndOffset": 297,
- "Path": 1,
- "Ordinal": 9,
- "Hits": 0
- },
- {
- "Line": 88,
- "Offset": 340,
- "EndOffset": 345,
- "Path": 0,
- "Ordinal": 10,
- "Hits": 0
- },
- {
- "Line": 148,
- "Offset": 526,
- "EndOffset": 21,
- "Path": 1,
- "Ordinal": 15,
- "Hits": 0
- },
- {
- "Line": 151,
- "Offset": 123,
- "EndOffset": 125,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 151,
- "Offset": 131,
- "EndOffset": 133,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 151,
- "Offset": 123,
- "EndOffset": 179,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 151,
- "Offset": 131,
- "EndOffset": 179,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 156,
- "Offset": 181,
- "EndOffset": 183,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 158,
- "Offset": 285,
- "EndOffset": 237,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- },
- {
- "Line": 158,
- "Offset": 285,
- "EndOffset": 287,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 156,
- "Offset": 181,
- "EndOffset": 306,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 179,
- "Offset": 334,
- "EndOffset": 339,
- "Path": 0,
- "Ordinal": 8,
- "Hits": 0
- },
- {
- "Line": 182,
- "Offset": 439,
- "EndOffset": 362,
- "Path": 1,
- "Ordinal": 13,
- "Hits": 0
- },
- {
- "Line": 186,
- "Offset": 405,
- "EndOffset": 407,
- "Path": 0,
- "Ordinal": 10,
- "Hits": 0
- },
- {
- "Line": 186,
- "Offset": 405,
- "EndOffset": 411,
- "Path": 1,
- "Ordinal": 11,
- "Hits": 0
- },
- {
- "Line": 182,
- "Offset": 439,
- "EndOffset": 441,
- "Path": 0,
- "Ordinal": 12,
- "Hits": 0
- },
- {
- "Line": 179,
- "Offset": 334,
- "EndOffset": 474,
- "Path": 1,
- "Ordinal": 9,
- "Hits": 0
- },
- {
- "Line": 148,
- "Offset": 526,
- "EndOffset": 531,
- "Path": 0,
- "Ordinal": 14,
- "Hits": 0
- },
- {
- "Line": 221,
- "Offset": 5,
- "EndOffset": 7,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 223,
- "Offset": 32,
- "EndOffset": 34,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 221,
- "Offset": 5,
- "EndOffset": 57,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 223,
- "Offset": 32,
- "EndOffset": 57,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 240,
- "Offset": 104,
- "EndOffset": 106,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 240,
- "Offset": 104,
- "EndOffset": 115,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 248,
- "Offset": 130,
- "EndOffset": 132,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 248,
- "Offset": 130,
- "EndOffset": 169,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- },
- {
- "Line": 253,
- "Offset": 185,
- "EndOffset": 187,
- "Path": 0,
- "Ordinal": 8,
- "Hits": 0
- },
- {
- "Line": 253,
- "Offset": 185,
- "EndOffset": 188,
- "Path": 1,
- "Ordinal": 9,
- "Hits": 0
- },
- {
- "Line": 258,
- "Offset": 206,
- "EndOffset": 208,
- "Path": 0,
- "Ordinal": 10,
- "Hits": 0
- },
- {
- "Line": 258,
- "Offset": 206,
- "EndOffset": 209,
- "Path": 1,
- "Ordinal": 11,
- "Hits": 0
- },
- {
- "Line": 262,
- "Offset": 215,
- "EndOffset": 217,
- "Path": 0,
- "Ordinal": 12,
- "Hits": 0
- },
- {
- "Line": 262,
- "Offset": 215,
- "EndOffset": 247,
- "Path": 1,
- "Ordinal": 13,
- "Hits": 0
- }
- ]
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Platform\\ViewModelLocator.cs": {
- "Caliburn.Micro.ViewModelLocator": {
- "System.Void Caliburn.Micro.ViewModelLocator::ConfigureTypeMappings(Caliburn.Micro.TypeMappingConfiguration)": {
- "Lines": {
- "90": 8,
- "92": 2,
- "95": 6,
- "97": 2,
- "100": 4,
- "102": 2,
- "105": 2,
- "106": 2,
- "108": 2,
- "109": 2,
- "110": 2,
- "111": 2,
- "112": 2,
- "113": 2,
- "114": 2,
- "116": 2,
- "117": 2
- },
- "Branches": [
- {
- "Line": 90,
- "Offset": 11,
- "EndOffset": 13,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 2
- },
- {
- "Line": 90,
- "Offset": 11,
- "EndOffset": 24,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 6
- },
- {
- "Line": 95,
- "Offset": 35,
- "EndOffset": 37,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 2
- },
- {
- "Line": 95,
- "Offset": 35,
- "EndOffset": 48,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 4
- },
- {
- "Line": 100,
- "Offset": 59,
- "EndOffset": 61,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 2
- },
- {
- "Line": 100,
- "Offset": 59,
- "EndOffset": 72,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 2
- }
- ]
- },
- "System.Void Caliburn.Micro.ViewModelLocator::SetAllDefaults()": {
- "Lines": {
- "121": 2,
- "124": 2,
- "128": 0,
- "130": 0
- },
- "Branches": [
- {
- "Line": 121,
- "Offset": 5,
- "EndOffset": 7,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 2
- },
- {
- "Line": 121,
- "Offset": 5,
- "EndOffset": 45,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.ViewModelLocator::AddDefaultTypeMapping(System.String)": {
- "Lines": {
- "138": 4,
- "140": 0,
- "144": 4,
- "147": 4,
- "148": 4
- },
- "Branches": [
- {
- "Line": 138,
- "Offset": 5,
- "EndOffset": 7,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 138,
- "Offset": 5,
- "EndOffset": 8,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 4
- }
- ]
- },
- "System.Void Caliburn.Micro.ViewModelLocator::AddTypeMapping(System.String,System.String,System.String[],System.String)": {
- "Lines": {
- "159": 8,
- "163": 8,
- "165": 8,
- "167": 8,
- "169": 4,
- "170": 4,
- "171": 4,
- "172": 4,
- "173": 4,
- "174": 4,
- "175": 4,
- "176": 8,
- "180": 4,
- "181": 4,
- "182": 4,
- "183": 4,
- "184": 4,
- "185": 8,
- "190": 0,
- "191": 0,
- "192": 0,
- "193": 0,
- "194": 0,
- "197": 16,
- "199": 8,
- "201": 8,
- "202": 8,
- "203": 8,
- "204": 8,
- "205": 8,
- "208": 8,
- "209": 8,
- "210": 8,
- "211": 8,
- "212": 8,
- "213": 8,
- "214": 8
- },
- "Branches": [
- {
- "Line": 165,
- "Offset": 48,
- "EndOffset": 53,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 8
- },
- {
- "Line": 167,
- "Offset": 64,
- "EndOffset": 66,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 4
- },
- {
- "Line": 167,
- "Offset": 64,
- "EndOffset": 73,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 4
- },
- {
- "Line": 167,
- "Offset": 71,
- "EndOffset": 73,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 4
- },
- {
- "Line": 167,
- "Offset": 71,
- "EndOffset": 142,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 4
- },
- {
- "Line": 165,
- "Offset": 48,
- "EndOffset": 221,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 199,
- "Offset": 267,
- "EndOffset": 269,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 199,
- "Offset": 267,
- "EndOffset": 276,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 8
- },
- {
- "Line": 201,
- "Offset": 284,
- "EndOffset": 286,
- "Path": 0,
- "Ordinal": 8,
- "Hits": 0
- },
- {
- "Line": 201,
- "Offset": 284,
- "EndOffset": 315,
- "Path": 1,
- "Ordinal": 9,
- "Hits": 8
- }
- ]
- },
- "System.Void Caliburn.Micro.ViewModelLocator::AddTypeMapping(System.String,System.String,System.String,System.String)": {
- "Lines": {
- "225": 0,
- "226": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.ViewModelLocator::AddNamespaceMapping(System.String,System.String[],System.String)": {
- "Lines": {
- "237": 4,
- "241": 4,
- "243": 0,
- "247": 4,
- "249": 8,
- "250": 4,
- "251": 4
- },
- "Branches": [
- {
- "Line": 241,
- "Offset": 23,
- "EndOffset": 25,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 241,
- "Offset": 23,
- "EndOffset": 37,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 4
- }
- ]
- },
- "System.Void Caliburn.Micro.ViewModelLocator::AddNamespaceMapping(System.String,System.String,System.String)": {
- "Lines": {
- "261": 4,
- "262": 4
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.ViewModelLocator::AddSubNamespaceMapping(System.String,System.String[],System.String)": {
- "Lines": {
- "273": 4,
- "276": 4,
- "278": 4,
- "280": 4,
- "282": 4,
- "283": 4,
- "286": 4,
- "288": 4,
- "289": 4,
- "293": 4,
- "294": 4,
- "296": 8,
- "297": 4,
- "298": 4
- },
- "Branches": [
- {
- "Line": 278,
- "Offset": 59,
- "EndOffset": 61,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 4
- },
- {
- "Line": 280,
- "Offset": 72,
- "EndOffset": 74,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 4
- },
- {
- "Line": 280,
- "Offset": 72,
- "EndOffset": 96,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 4
- },
- {
- "Line": 286,
- "Offset": 107,
- "EndOffset": 109,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 4
- },
- {
- "Line": 278,
- "Offset": 59,
- "EndOffset": 131,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 4
- },
- {
- "Line": 286,
- "Offset": 107,
- "EndOffset": 131,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 4
- }
- ]
- },
- "System.Void Caliburn.Micro.ViewModelLocator::AddSubNamespaceMapping(System.String,System.String,System.String)": {
- "Lines": {
- "308": 4,
- "309": 4
- },
- "Branches": []
- },
- "System.String Caliburn.Micro.ViewModelLocator::MakeInterface(System.String)": {
- "Lines": {
- "318": 0,
- "319": 0,
- "322": 0,
- "323": 0,
- "324": 0,
- "327": 0,
- "328": 0
- },
- "Branches": [
- {
- "Line": 319,
- "Offset": 17,
- "EndOffset": 19,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 319,
- "Offset": 17,
- "EndOffset": 48,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.ViewModelLocator::.cctor()": {
- "Lines": {
- "46": 1,
- "53": 1,
- "59": 1,
- "64": 1,
- "67": 1,
- "79": 1,
- "80": 1,
- "340": 1,
- "341": 1,
- "342": 1,
- "343": 0,
- "344": 1,
- "345": 0,
- "346": 1,
- "347": 1,
- "348": 1,
- "349": 0,
- "350": 0,
- "351": 1,
- "352": 0,
- "353": 1,
- "362": 1,
- "363": 1,
- "364": 0,
- "365": 1,
- "366": 0,
- "367": 1,
- "368": 0,
- "369": 1,
- "370": 0,
- "371": 1,
- "372": 0,
- "373": 1,
- "374": 1,
- "375": 0,
- "376": 1,
- "385": 1,
- "386": 1,
- "387": 0,
- "388": 1,
- "389": 0,
- "390": 1,
- "391": 0,
- "392": 0,
- "393": 1,
- "394": 0,
- "395": 1,
- "396": 1,
- "397": 1,
- "398": 0,
- "399": 1,
- "400": 0,
- "401": 0,
- "402": 0,
- "403": 1,
- "412": 1,
- "413": 1,
- "414": 0,
- "415": 1,
- "416": 0,
- "417": 1,
- "418": 1,
- "419": 1,
- "420": 1,
- "421": 1,
- "422": 1,
- "423": 1,
- "424": 1,
- "425": 1,
- "426": 1,
- "427": 1,
- "428": 1,
- "429": 1,
- "430": 1,
- "431": 1,
- "432": 1,
- "433": 1,
- "434": 1,
- "435": 1,
- "436": 1,
- "437": 1,
- "438": 0,
- "439": 0,
- "440": 1,
- "441": 0,
- "442": 1,
- "443": 1,
- "444": 0,
- "445": 1,
- "446": 1
- },
- "Branches": [
- {
- "Line": 343,
- "Offset": 1,
- "EndOffset": 3,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 343,
- "Offset": 1,
- "EndOffset": 37,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 370,
- "Offset": 44,
- "EndOffset": 46,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 370,
- "Offset": 44,
- "EndOffset": 86,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 389,
- "Offset": 20,
- "EndOffset": 22,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 392,
- "Offset": 36,
- "EndOffset": 38,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 389,
- "Offset": 20,
- "EndOffset": 40,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 392,
- "Offset": 36,
- "EndOffset": 40,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 400,
- "Offset": 60,
- "EndOffset": 62,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 400,
- "Offset": 60,
- "EndOffset": 64,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 414,
- "Offset": 1,
- "EndOffset": 3,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 414,
- "Offset": 1,
- "EndOffset": 5,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 439,
- "Offset": 13,
- "EndOffset": 15,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 439,
- "Offset": 21,
- "EndOffset": 23,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 439,
- "Offset": 13,
- "EndOffset": 30,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 439,
- "Offset": 21,
- "EndOffset": 30,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 350,
- "Offset": 12,
- "EndOffset": 14,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 350,
- "Offset": 12,
- "EndOffset": 16,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Platform\\XamlPlatformProvider.cs": {
- "Caliburn.Micro.XamlPlatformProvider": {
- "System.Boolean Caliburn.Micro.XamlPlatformProvider::get_PropertyChangeNotificationsOnUIThread()": {
- "Lines": {
- "45": 0
- },
- "Branches": []
- },
- "System.Boolean Caliburn.Micro.XamlPlatformProvider::get_InDesignMode()": {
- "Lines": {
- "51": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.XamlPlatformProvider::ValidateDispatcher()": {
- "Lines": {
- "55": 0,
- "56": 0,
- "57": 0
- },
- "Branches": [
- {
- "Line": 55,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 55,
- "Offset": 6,
- "EndOffset": 19,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Boolean Caliburn.Micro.XamlPlatformProvider::CheckAccess()": {
- "Lines": {
- "63": 0
- },
- "Branches": [
- {
- "Line": 63,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 63,
- "Offset": 6,
- "EndOffset": 20,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.XamlPlatformProvider::BeginOnUIThread(System.Action)": {
- "Lines": {
- "72": 0,
- "76": 0,
- "80": 0
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task Caliburn.Micro.XamlPlatformProvider::OnUIThreadAsync(System.Func`1)": {
- "Lines": {
- "88": 0,
- "92": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.XamlPlatformProvider::OnUIThread(System.Action)": {
- "Lines": {
- "104": 0,
- "105": 0,
- "110": 0,
- "111": 0,
- "112": 0,
- "113": 0,
- "114": 0,
- "115": 0,
- "116": 0,
- "117": 0,
- "118": 0,
- "120": 0,
- "122": 0,
- "123": 0,
- "126": 0
- },
- "Branches": [
- {
- "Line": 104,
- "Offset": 19,
- "EndOffset": 21,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 104,
- "Offset": 19,
- "EndOffset": 33,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 122,
- "Offset": 71,
- "EndOffset": 73,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 122,
- "Offset": 71,
- "EndOffset": 90,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- },
- "System.Object Caliburn.Micro.XamlPlatformProvider::GetFirstNonGeneratedView(System.Object)": {
- "Lines": {
- "142": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.XamlPlatformProvider::ExecuteOnFirstLoad(System.Object,System.Action`1)": {
- "Lines": {
- "162": 0,
- "163": 0,
- "164": 0,
- "165": 0,
- "167": 0
- },
- "Branches": [
- {
- "Line": 163,
- "Offset": 21,
- "EndOffset": 23,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 163,
- "Offset": 39,
- "EndOffset": 41,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 163,
- "Offset": 21,
- "EndOffset": 79,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 163,
- "Offset": 39,
- "EndOffset": 79,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.XamlPlatformProvider::ExecuteOnLayoutUpdated(System.Object,System.Action`1)": {
- "Lines": {
- "175": 0,
- "176": 0,
- "177": 0,
- "179": 0
- },
- "Branches": [
- {
- "Line": 176,
- "Offset": 21,
- "EndOffset": 23,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 176,
- "Offset": 21,
- "EndOffset": 41,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Func`2 Caliburn.Micro.XamlPlatformProvider::GetViewCloseAction(System.Object,System.Collections.Generic.ICollection`1,System.Nullable`1)": {
- "Lines": {
- "193": 0,
- "194": 0,
- "198": 0,
- "202": 0,
- "203": 0,
- "204": 0,
- "205": 0,
- "206": 0,
- "207": 0,
- "208": 0,
- "209": 0,
- "210": 0,
- "211": 0,
- "212": 0,
- "213": 0,
- "214": 0,
- "215": 0,
- "216": 0,
- "217": 0,
- "218": 0,
- "219": 0,
- "220": 0,
- "221": 0,
- "222": 0,
- "223": 0,
- "224": 0,
- "225": 0,
- "226": 0,
- "227": 0,
- "228": 0,
- "229": 0,
- "230": 0,
- "235": 0,
- "237": 0,
- "238": 0,
- "239": 0,
- "240": 0,
- "241": 0,
- "242": 0,
- "243": 0,
- "247": 0,
- "248": 0,
- "249": 0,
- "250": 0,
- "251": 0,
- "252": 0
- },
- "Branches": [
- {
- "Line": 193,
- "Offset": 218,
- "EndOffset": 25,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- },
- {
- "Line": 198,
- "Offset": 79,
- "EndOffset": 81,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 198,
- "Offset": 79,
- "EndOffset": 100,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 202,
- "Offset": 147,
- "EndOffset": 149,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 202,
- "Offset": 147,
- "EndOffset": 165,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 237,
- "Offset": 194,
- "EndOffset": 196,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 237,
- "Offset": 194,
- "EndOffset": 212,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 193,
- "Offset": 218,
- "EndOffset": 223,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 205,
- "Offset": 16,
- "EndOffset": 18,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 205,
- "Offset": 16,
- "EndOffset": 63,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.XamlPlatformProvider::.ctor()": {
- "Lines": {
- "32": 0,
- "36": 0,
- "40": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.XamlPlatformProvider::.cctor()": {
- "Lines": {
- "146": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Platform\\Platforms\\netcore-avalonia\\AttachedCollection.cs": {
- "Caliburn.Micro.AttachedCollection`1": {
- "System.Void Caliburn.Micro.AttachedCollection`1::Attach(Avalonia.AvaloniaObject)": {
- "Lines": {
- "32": 0,
- "34": 0,
- "35": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.AttachedCollection`1::Detach()": {
- "Lines": {
- "42": 0,
- "44": 0,
- "45": 0
- },
- "Branches": [
- {
- "Line": 42,
- "Offset": 7,
- "EndOffset": 9,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 42,
- "Offset": 7,
- "EndOffset": 32,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "Avalonia.AvaloniaObject Caliburn.Micro.AttachedCollection`1::Avalonia.Xaml.Interactivity.IBehavior.get_AssociatedObject()": {
- "Lines": {
- "49": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.AttachedCollection`1::OnItemAdded(T)": {
- "Lines": {
- "58": 0,
- "59": 0,
- "60": 0
- },
- "Branches": [
- {
- "Line": 58,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 58,
- "Offset": 6,
- "EndOffset": 25,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.AttachedCollection`1::OnItemRemoved(T)": {
- "Lines": {
- "68": 0,
- "69": 0,
- "70": 0
- },
- "Branches": [
- {
- "Line": 68,
- "Offset": 11,
- "EndOffset": 13,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 68,
- "Offset": 11,
- "EndOffset": 24,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.AttachedCollection`1::OnCollectionChanged(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs)": {
- "Lines": {
- "74": 0,
- "77": 0,
- "78": 0,
- "80": 0,
- "81": 0,
- "83": 0,
- "84": 0,
- "85": 0,
- "87": 0,
- "88": 0,
- "91": 0
- },
- "Branches": [
- {
- "Line": 74,
- "Offset": 8,
- "EndOffset": 33,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 74,
- "Offset": 8,
- "EndOffset": 34,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 74,
- "Offset": 8,
- "EndOffset": 81,
- "Path": 2,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 74,
- "Offset": 8,
- "EndOffset": 111,
- "Path": 3,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 74,
- "Offset": 8,
- "EndOffset": 187,
- "Path": 5,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 74,
- "Offset": 8,
- "EndOffset": 225,
- "Path": 4,
- "Ordinal": 4,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.AttachedCollection`1::.ctor()": {
- "Lines": {
- "21": 0,
- "23": 0,
- "24": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Platform\\Platforms\\netcore-avalonia\\BootstrapperBase.cs": {
- "Caliburn.Micro.BootstrapperBase": {
- "Avalonia.Application Caliburn.Micro.BootstrapperBase::get_Application()": {
- "Lines": {
- "20": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.BootstrapperBase::Initialize()": {
- "Lines": {
- "27": 0,
- "29": 0,
- "32": 0,
- "34": 0,
- "37": 0,
- "39": 0,
- "40": 0,
- "41": 0,
- "42": 0,
- "43": 0,
- "44": 0,
- "45": 0,
- "46": 0,
- "48": 0,
- "50": 0,
- "54": 0,
- "55": 0,
- "56": 0,
- "59": 0,
- "60": 0,
- "65": 0,
- "67": 0
- },
- "Branches": [
- {
- "Line": 27,
- "Offset": 12,
- "EndOffset": 14,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 27,
- "Offset": 12,
- "EndOffset": 15,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 50,
- "Offset": 75,
- "EndOffset": 77,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 50,
- "Offset": 75,
- "EndOffset": 95,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.BootstrapperBase::StartDesignTime()": {
- "Lines": {
- "74": 0,
- "75": 0,
- "77": 0,
- "78": 0,
- "79": 0,
- "80": 0,
- "81": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.BootstrapperBase::StartRuntime()": {
- "Lines": {
- "88": 0,
- "89": 0,
- "91": 0,
- "92": 0,
- "94": 0,
- "95": 0,
- "96": 0,
- "97": 0,
- "98": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.BootstrapperBase::PrepareApplication()": {
- "Lines": {
- "105": 0,
- "107": 0,
- "109": 0,
- "111": 0
- },
- "Branches": [
- {
- "Line": 105,
- "Offset": 18,
- "EndOffset": 20,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 105,
- "Offset": 18,
- "EndOffset": 58,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.BootstrapperBase::Configure()": {
- "Lines": {
- "118": 0
- },
- "Branches": []
- },
- "System.Collections.Generic.IEnumerable`1 Caliburn.Micro.BootstrapperBase::SelectAssemblies()": {
- "Lines": {
- "126": 0
- },
- "Branches": []
- },
- "System.Object Caliburn.Micro.BootstrapperBase::GetInstance(System.Type,System.String)": {
- "Lines": {
- "137": 0,
- "138": 0,
- "140": 0
- },
- "Branches": [
- {
- "Line": 137,
- "Offset": 16,
- "EndOffset": 18,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 137,
- "Offset": 16,
- "EndOffset": 30,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Collections.Generic.IEnumerable`1 Caliburn.Micro.BootstrapperBase::GetAllInstances(System.Type)": {
- "Lines": {
- "150": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.BootstrapperBase::BuildUp(System.Object)": {
- "Lines": {
- "159": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.BootstrapperBase::OnStartup(System.Object,Avalonia.Controls.ApplicationLifetimes.ControlledApplicationLifetimeStartupEventArgs)": {
- "Lines": {
- "168": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.BootstrapperBase::OnExit(System.Object,Avalonia.Controls.ApplicationLifetimes.ControlledApplicationLifetimeExitEventArgs)": {
- "Lines": {
- "177": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.BootstrapperBase::.cctor()": {
- "Lines": {
- "14": 0
- },
- "Branches": []
- }
- },
- "Caliburn.Micro.BootstrapperBase/d__18`1": {
- "System.Void Caliburn.Micro.BootstrapperBase/d__18`1::MoveNext()": {
- "Lines": {
- "202": 0,
- "203": 0
- },
- "Branches": []
- }
- },
- "Caliburn.Micro.BootstrapperBase/d__17": {
- "System.Void Caliburn.Micro.BootstrapperBase/d__17::MoveNext()": {
- "Lines": {
- "186": 0,
- "187": 0,
- "188": 0,
- "189": 0,
- "190": 0,
- "191": 0,
- "192": 0
- },
- "Branches": [
- {
- "Line": 189,
- "Offset": 191,
- "EndOffset": 193,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 189,
- "Offset": 199,
- "EndOffset": 201,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 189,
- "Offset": 191,
- "EndOffset": 208,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 189,
- "Offset": 199,
- "EndOffset": 208,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Platform\\Platforms\\netcore-avalonia\\NavigationFrame.cs": {
- "Caliburn.Micro.NavigationFrame": {
- "System.String Caliburn.Micro.NavigationFrame::get_defaultContent()": {
- "Lines": {
- "18": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.NavigationFrame::NavigationFrame_AttachedToVisualTree(System.Object,Avalonia.VisualTreeAttachmentEventArgs)": {
- "Lines": {
- "34": 0,
- "35": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.NavigationFrame::OnNavigationServiceReady(System.EventArgs)": {
- "Lines": {
- "48": 0,
- "49": 0,
- "51": 0,
- "53": 0
- },
- "Branches": [
- {
- "Line": 49,
- "Offset": 8,
- "EndOffset": 10,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 49,
- "Offset": 8,
- "EndOffset": 18,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Type Caliburn.Micro.NavigationFrame::Avalonia.Styling.IStyleable.get_StyleKey()": {
- "Lines": {
- "55": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.NavigationFrame::NavigateToViewModel(System.Object)": {
- "Lines": {
- "63": 0,
- "65": 0,
- "66": 0,
- "67": 0,
- "70": 0,
- "71": 0,
- "73": 0,
- "74": 0,
- "75": 0,
- "78": 0,
- "79": 0,
- "80": 0,
- "81": 0,
- "82": 0,
- "83": 0
- },
- "Branches": [
- {
- "Line": 63,
- "Offset": 1,
- "EndOffset": 3,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 63,
- "Offset": 1,
- "EndOffset": 36,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 71,
- "Offset": 51,
- "EndOffset": 53,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 71,
- "Offset": 51,
- "EndOffset": 130,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- },
- "System.Threading.Tasks.Task Caliburn.Micro.NavigationFrame::GoBackAsync(System.Boolean)": {
- "Lines": {
- "88": 0
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task Caliburn.Micro.NavigationFrame::NavigateToViewAsync(System.Type,System.Object,System.Boolean)": {
- "Lines": {
- "94": 0
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task Caliburn.Micro.NavigationFrame::NavigateToViewAsync(System.Object,System.Boolean)": {
- "Lines": {
- "100": 0
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task Caliburn.Micro.NavigationFrame::NavigateToViewModelAsync(System.Type,System.Object,System.Boolean)": {
- "Lines": {
- "106": 0,
- "107": 0,
- "108": 0,
- "109": 0,
- "110": 0
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task Caliburn.Micro.NavigationFrame::NavigateToViewModelAsync(System.Object,System.Boolean)": {
- "Lines": {
- "116": 0
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task Caliburn.Micro.NavigationFrame::NavigateToViewModelAsync(Caliburn.Micro.Screen,System.Object,System.Boolean)": {
- "Lines": {
- "122": 0,
- "123": 0,
- "124": 0
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task Caliburn.Micro.NavigationFrame::GoBackToRootAsync(System.Boolean)": {
- "Lines": {
- "130": 0
- },
- "Branches": []
- },
- "System.String Caliburn.Micro.NavigationFrame::GetDebuggerDisplay()": {
- "Lines": {
- "139": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.NavigationFrame::.ctor()": {
- "Lines": {
- "23": 0,
- "25": 0,
- "26": 0,
- "27": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.NavigationFrame::.cctor()": {
- "Lines": {
- "16": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Platform\\Platforms\\netcore-avalonia\\NavigationHelper.cs": {
- "Caliburn.Micro.NavigationHelper`1": {
- "Caliburn.Micro.NavigationHelper`1 Caliburn.Micro.NavigationHelper`1::WithParam(System.Linq.Expressions.Expression`1>,TValue)": {
- "Lines": {
- "25": 0,
- "27": 0
- },
- "Branches": []
- },
- "Caliburn.Micro.NavigationHelper`1 Caliburn.Micro.NavigationHelper`1::AttachTo(Caliburn.Micro.INavigationService)": {
- "Lines": {
- "37": 0,
- "38": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.NavigationHelper`1::Navigate()": {
- "Lines": {
- "46": 0,
- "48": 0,
- "51": 0,
- "52": 0
- },
- "Branches": [
- {
- "Line": 46,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 46,
- "Offset": 6,
- "EndOffset": 19,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.NavigationHelper`1::.ctor()": {
- "Lines": {
- "13": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Platform\\Platforms\\netcore-avalonia\\NavigationExtensions.cs": {
- "Caliburn.Micro.NavigationExtensions": {
- "Caliburn.Micro.NavigationHelper`1 Caliburn.Micro.NavigationExtensions::For(Caliburn.Micro.INavigationService)": {
- "Lines": {
- "16": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Platform\\Platforms\\netcore-avalonia\\Parameter.cs": {
- "Caliburn.Micro.Parameter": {
- "System.Object Caliburn.Micro.Parameter::get_Value()": {
- "Lines": {
- "34": 3
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.Parameter::set_Value(System.Object)": {
- "Lines": {
- "35": 4
- },
- "Branches": []
- },
- "Avalonia.AvaloniaObject Caliburn.Micro.Parameter::Avalonia.Xaml.Interactivity.IBehavior.get_AssociatedObject()": {
- "Lines": {
- "42": 0
- },
- "Branches": []
- },
- "Caliburn.Micro.ActionMessage Caliburn.Micro.Parameter::get_Owner()": {
- "Lines": {
- "51": 2
- },
- "Branches": [
- {
- "Line": 51,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 51,
- "Offset": 6,
- "EndOffset": 25,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 2
- }
- ]
- },
- "System.Void Caliburn.Micro.Parameter::set_Owner(Caliburn.Micro.ActionMessage)": {
- "Lines": {
- "52": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.Parameter::Avalonia.Xaml.Interactivity.IBehavior.Attach(Avalonia.AvaloniaObject)": {
- "Lines": {
- "57": 0,
- "58": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.Parameter::Avalonia.Xaml.Interactivity.IBehavior.Detach()": {
- "Lines": {
- "62": 0,
- "63": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.Parameter::MakeAwareOf(Caliburn.Micro.ActionMessage)": {
- "Lines": {
- "71": 0,
- "72": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.Parameter::OnValueChanged(Avalonia.AvaloniaPropertyChangedEventArgs)": {
- "Lines": {
- "76": 2,
- "77": 2,
- "79": 2,
- "81": 0,
- "83": 2
- },
- "Branches": [
- {
- "Line": 79,
- "Offset": 18,
- "EndOffset": 20,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 79,
- "Offset": 18,
- "EndOffset": 26,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 2
- }
- ]
- },
- "System.Void Caliburn.Micro.Parameter::.cctor()": {
- "Lines": {
- "16": 1,
- "17": 1,
- "24": 1,
- "25": 1
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Platform\\Platforms\\netcore-avalonia\\TriggerAction.cs": {
- "Caliburn.Micro.TriggerAction": {
- "Avalonia.Controls.Control Caliburn.Micro.TriggerAction::get_AssociatedObject()": {
- "Lines": {
- "48": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.TriggerAction::set_AssociatedObject(Avalonia.Controls.Control)": {
- "Lines": {
- "51": 0,
- "52": 0,
- "54": 0,
- "55": 0,
- "56": 0,
- "57": 0,
- "58": 0,
- "59": 0
- },
- "Branches": [
- {
- "Line": 51,
- "Offset": 7,
- "EndOffset": 9,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 51,
- "Offset": 7,
- "EndOffset": 10,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 54,
- "Offset": 16,
- "EndOffset": 18,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 54,
- "Offset": 16,
- "EndOffset": 24,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 57,
- "Offset": 37,
- "EndOffset": 39,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 57,
- "Offset": 37,
- "EndOffset": 45,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- }
- ]
- },
- "System.Object Caliburn.Micro.TriggerAction::Execute(System.Object,System.Object)": {
- "Lines": {
- "79": 0,
- "81": 0,
- "84": 0,
- "85": 0
- },
- "Branches": [
- {
- "Line": 79,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 79,
- "Offset": 14,
- "EndOffset": 16,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 79,
- "Offset": 6,
- "EndOffset": 28,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 79,
- "Offset": 14,
- "EndOffset": 28,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.TriggerAction::OnAttached()": {
- "Lines": {
- "93": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.TriggerAction::OnDetaching()": {
- "Lines": {
- "100": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Platform\\Platforms\\netcore-avalonia\\WindowConductor.cs": {
- "Caliburn.Micro.WindowConductor": {
- "System.Threading.Tasks.Task Caliburn.Micro.WindowConductor::Deactivated(System.Object,Caliburn.Micro.DeactivationEventArgs)": {
- "Lines": {
- "62": 0,
- "64": 0,
- "67": 0,
- "69": 0,
- "71": 0,
- "74": 0,
- "75": 0,
- "76": 0,
- "77": 0,
- "78": 0,
- "80": 0
- },
- "Branches": [
- {
- "Line": 62,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 62,
- "Offset": 6,
- "EndOffset": 15,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 69,
- "Offset": 49,
- "EndOffset": 51,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 69,
- "Offset": 49,
- "EndOffset": 58,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.WindowConductor::Closing(System.Object,System.ComponentModel.CancelEventArgs)": {
- "Lines": {
- "85": 0,
- "87": 0,
- "90": 0,
- "92": 0,
- "93": 0,
- "96": 0,
- "98": 0,
- "99": 0,
- "100": 0,
- "101": 0,
- "102": 0,
- "103": 0,
- "104": 0,
- "105": 0,
- "106": 0,
- "107": 0,
- "108": 0,
- "109": 0
- },
- "Branches": [
- {
- "Line": 85,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 85,
- "Offset": 6,
- "EndOffset": 9,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 90,
- "Offset": 15,
- "EndOffset": 17,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 90,
- "Offset": 15,
- "EndOffset": 25,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.WindowConductor::.ctor(System.Object,Avalonia.Controls.Window)": {
- "Lines": {
- "18": 0,
- "20": 0,
- "21": 0,
- "22": 0
- },
- "Branches": []
- }
- },
- "Caliburn.Micro.WindowConductor/d__7": {
- "System.Void Caliburn.Micro.WindowConductor/d__7::MoveNext()": {
- "Lines": {
- "45": 0,
- "46": 0,
- "48": 0,
- "50": 0,
- "53": 0,
- "55": 0,
- "56": 0,
- "57": 0,
- "58": 0
- },
- "Branches": [
- {
- "Line": 48,
- "Offset": 72,
- "EndOffset": 74,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 48,
- "Offset": 72,
- "EndOffset": 79,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- }
- },
- "Caliburn.Micro.WindowConductor/d__6": {
- "System.Void Caliburn.Micro.WindowConductor/d__6::MoveNext()": {
- "Lines": {
- "26": 0,
- "28": 0,
- "31": 0,
- "33": 0,
- "34": 0,
- "37": 0,
- "39": 0,
- "41": 0
- },
- "Branches": [
- {
- "Line": 26,
- "Offset": 30,
- "EndOffset": 32,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 26,
- "Offset": 30,
- "EndOffset": 136,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 31,
- "Offset": 149,
- "EndOffset": 151,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 31,
- "Offset": 149,
- "EndOffset": 192,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 37,
- "Offset": 203,
- "EndOffset": 205,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 37,
- "Offset": 203,
- "EndOffset": 228,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- }
- ]
- }
- },
- "Caliburn.Micro.WindowConductor/<b__9_0>d": {
- "System.Void Caliburn.Micro.WindowConductor/<b__9_0>d::MoveNext()": {
- "Lines": {},
- "Branches": [
- {
- "Line": 102,
- "Offset": 120,
- "EndOffset": 122,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 102,
- "Offset": 120,
- "EndOffset": 124,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Platform\\Platforms\\netcore-avalonia\\WindowManager.cs": {
- "Caliburn.Micro.WindowManager": {
- "Avalonia.Controls.Primitives.Popup Caliburn.Micro.WindowManager::CreatePopup(System.Object,System.Collections.Generic.IDictionary`2)": {
- "Lines": {
- "102": 0,
- "104": 0,
- "106": 0,
- "108": 0,
- "119": 0,
- "122": 0
- },
- "Branches": [
- {
- "Line": 104,
- "Offset": 14,
- "EndOffset": 16,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 106,
- "Offset": 27,
- "EndOffset": 29,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 106,
- "Offset": 40,
- "EndOffset": 42,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 104,
- "Offset": 14,
- "EndOffset": 51,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 106,
- "Offset": 27,
- "EndOffset": 58,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 106,
- "Offset": 40,
- "EndOffset": 58,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- }
- ]
- },
- "Avalonia.Controls.Window Caliburn.Micro.WindowManager::EnsureWindow(System.Object,System.Object)": {
- "Lines": {
- "162": 0,
- "164": 0,
- "165": 0,
- "166": 0,
- "167": 0,
- "168": 0,
- "169": 0,
- "170": 0,
- "171": 0,
- "172": 0,
- "174": 0
- },
- "Branches": [
- {
- "Line": 162,
- "Offset": 8,
- "EndOffset": 10,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 170,
- "Offset": 57,
- "EndOffset": 59,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 170,
- "Offset": 57,
- "EndOffset": 62,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 162,
- "Offset": 8,
- "EndOffset": 68,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "Avalonia.Controls.Window Caliburn.Micro.WindowManager::InferOwnerOf(Avalonia.Controls.Window)": {
- "Lines": {
- "184": 0,
- "185": 0,
- "187": 0,
- "190": 0,
- "191": 0,
- "193": 0,
- "194": 0,
- "197": 0
- },
- "Branches": [
- {
- "Line": 185,
- "Offset": 7,
- "EndOffset": 9,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 185,
- "Offset": 7,
- "EndOffset": 11,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 191,
- "Offset": 26,
- "EndOffset": 28,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 194,
- "Offset": 78,
- "EndOffset": 80,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 194,
- "Offset": 78,
- "EndOffset": 87,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 191,
- "Offset": 26,
- "EndOffset": 88,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 197,
- "Offset": 90,
- "EndOffset": 92,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 197,
- "Offset": 90,
- "EndOffset": 94,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- }
- ]
- },
- "System.Boolean Caliburn.Micro.WindowManager::ApplySettings(System.Object,System.Collections.Generic.IEnumerable`1>)": {
- "Lines": {
- "204": 0,
- "206": 0,
- "208": 0,
- "210": 0,
- "212": 0,
- "214": 0,
- "218": 0,
- "221": 0
- },
- "Branches": [
- {
- "Line": 204,
- "Offset": 1,
- "EndOffset": 3,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 208,
- "Offset": 70,
- "EndOffset": 19,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 212,
- "Offset": 47,
- "EndOffset": 49,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 212,
- "Offset": 47,
- "EndOffset": 64,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 208,
- "Offset": 70,
- "EndOffset": 72,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 204,
- "Offset": 1,
- "EndOffset": 86,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.WindowManager::.cctor()": {
- "Lines": {
- "17": 0
- },
- "Branches": []
- }
- },
- "Caliburn.Micro.WindowManager/<>c__DisplayClass3_0/<b__0>d": {
- "System.Void Caliburn.Micro.WindowManager/<>c__DisplayClass3_0/<b__0>d::MoveNext()": {
- "Lines": {
- "87": 0
- },
- "Branches": []
- }
- },
- "Caliburn.Micro.WindowManager/d__5": {
- "System.Void Caliburn.Micro.WindowManager/d__5::MoveNext()": {
- "Lines": {
- "134": 0,
- "135": 0,
- "136": 0,
- "137": 0,
- "139": 0,
- "140": 0,
- "142": 0,
- "143": 0,
- "146": 0,
- "147": 0,
- "149": 0,
- "150": 0,
- "151": 0,
- "152": 0
- },
- "Branches": [
- {
- "Line": 140,
- "Offset": 142,
- "EndOffset": 144,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 140,
- "Offset": 146,
- "EndOffset": 148,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 140,
- "Offset": 164,
- "EndOffset": 166,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 140,
- "Offset": 142,
- "EndOffset": 205,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 140,
- "Offset": 146,
- "EndOffset": 205,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 140,
- "Offset": 164,
- "EndOffset": 205,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- }
- ]
- }
- },
- "Caliburn.Micro.WindowManager/d__1": {
- "System.Void Caliburn.Micro.WindowManager/d__1::MoveNext()": {
- "Lines": {
- "27": 0,
- "29": 0,
- "30": 0
- },
- "Branches": []
- }
- },
- "Caliburn.Micro.WindowManager/d__3": {
- "System.Void Caliburn.Micro.WindowManager/d__3::MoveNext()": {
- "Lines": {
- "71": 0,
- "72": 0,
- "74": 0,
- "75": 0,
- "77": 0,
- "78": 0,
- "80": 0,
- "82": 0,
- "85": 0,
- "90": 0,
- "92": 0
- },
- "Branches": [
- {
- "Line": 80,
- "Offset": 168,
- "EndOffset": 170,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 80,
- "Offset": 168,
- "EndOffset": 274,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 85,
- "Offset": 307,
- "EndOffset": 309,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 85,
- "Offset": 307,
- "EndOffset": 337,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- }
- },
- "Caliburn.Micro.WindowManager/d__2": {
- "System.Void Caliburn.Micro.WindowManager/d__2::MoveNext()": {
- "Lines": {
- "57": 0,
- "59": 0,
- "61": 0
- },
- "Branches": []
- }
- }
- }
- },
- "Caliburn.Micro.Core.dll": {
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\ActivateExtensions.cs": {
- "Caliburn.Micro.ActivateExtensions": {
- "System.Threading.Tasks.Task Caliburn.Micro.ActivateExtensions::ActivateAsync(Caliburn.Micro.IActivate)": {
- "Lines": {
- "15": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\ActivationEventArgs.cs": {
- "Caliburn.Micro.ActivationEventArgs": {
- "System.Boolean Caliburn.Micro.ActivationEventArgs::get_WasInitialized()": {
- "Lines": {
- "13": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\ActivationProcessedEventArgs.cs": {
- "Caliburn.Micro.ActivationProcessedEventArgs": {
- "System.Object Caliburn.Micro.ActivationProcessedEventArgs::get_Item()": {
- "Lines": {
- "13": 0
- },
- "Branches": []
- },
- "System.Boolean Caliburn.Micro.ActivationProcessedEventArgs::get_Success()": {
- "Lines": {
- "19": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\AsyncEventHandlerExtensions.cs": {
- "Caliburn.Micro.AsyncEventHandlerExtensions": {
- "System.Collections.Generic.IEnumerable`1> Caliburn.Micro.AsyncEventHandlerExtensions::GetHandlers(Caliburn.Micro.AsyncEventHandler`1)": {
- "Lines": {
- "25": 0
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task Caliburn.Micro.AsyncEventHandlerExtensions::InvokeAllAsync(Caliburn.Micro.AsyncEventHandler`1,System.Object,TEventArgs)": {
- "Lines": {
- "40": 0,
- "41": 0,
- "42": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\BindableCollection.cs": {
- "Caliburn.Micro.BindableCollection`1": {
- "System.Boolean Caliburn.Micro.BindableCollection`1::get_IsNotifying()": {
- "Lines": {
- "36": 84
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.BindableCollection`1::NotifyOfPropertyChange(System.String)": {
- "Lines": {
- "44": 0,
- "46": 0,
- "48": 0,
- "52": 0,
- "55": 0
- },
- "Branches": [
- {
- "Line": 44,
- "Offset": 26,
- "EndOffset": 28,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 46,
- "Offset": 38,
- "EndOffset": 40,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 46,
- "Offset": 38,
- "EndOffset": 59,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 44,
- "Offset": 26,
- "EndOffset": 76,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.BindableCollection`1::Refresh()": {
- "Lines": {
- "62": 2,
- "64": 2,
- "65": 2,
- "66": 2,
- "67": 2,
- "68": 2,
- "69": 4,
- "73": 0,
- "74": 0,
- "75": 0,
- "77": 0
- },
- "Branches": [
- {
- "Line": 62,
- "Offset": 10,
- "EndOffset": 12,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 2
- },
- {
- "Line": 62,
- "Offset": 10,
- "EndOffset": 31,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.BindableCollection`1::InsertItem(System.Int32,T)": {
- "Lines": {
- "86": 18,
- "88": 36,
- "92": 0,
- "94": 0
- },
- "Branches": [
- {
- "Line": 86,
- "Offset": 37,
- "EndOffset": 39,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 18
- },
- {
- "Line": 86,
- "Offset": 37,
- "EndOffset": 58,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.BindableCollection`1::InsertItemBase(System.Int32,T)": {
- "Lines": {
- "106": 20,
- "107": 20
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.BindableCollection`1::SetItem(System.Int32,T)": {
- "Lines": {
- "116": 0,
- "118": 0,
- "122": 0,
- "124": 0
- },
- "Branches": [
- {
- "Line": 116,
- "Offset": 37,
- "EndOffset": 39,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 116,
- "Offset": 37,
- "EndOffset": 58,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.BindableCollection`1::SetItemBase(System.Int32,T)": {
- "Lines": {
- "136": 0,
- "137": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.BindableCollection`1::RemoveItem(System.Int32)": {
- "Lines": {
- "145": 0,
- "147": 0,
- "151": 0,
- "153": 0
- },
- "Branches": [
- {
- "Line": 145,
- "Offset": 30,
- "EndOffset": 32,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 145,
- "Offset": 30,
- "EndOffset": 51,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.BindableCollection`1::RemoveItemBase(System.Int32)": {
- "Lines": {
- "164": 0,
- "165": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.BindableCollection`1::ClearItems()": {
- "Lines": {
- "172": 3,
- "173": 3
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.BindableCollection`1::ClearItemsBase()": {
- "Lines": {
- "183": 3,
- "184": 3
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.BindableCollection`1::OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)": {
- "Lines": {
- "192": 26,
- "194": 24,
- "196": 26
- },
- "Branches": [
- {
- "Line": 192,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 24
- },
- {
- "Line": 192,
- "Offset": 6,
- "EndOffset": 15,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 26
- }
- ]
- },
- "System.Void Caliburn.Micro.BindableCollection`1::OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)": {
- "Lines": {
- "204": 52,
- "206": 48,
- "208": 52
- },
- "Branches": [
- {
- "Line": 204,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 48
- },
- {
- "Line": 204,
- "Offset": 6,
- "EndOffset": 15,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 52
- }
- ]
- },
- "System.Void Caliburn.Micro.BindableCollection`1::AddRange(System.Collections.Generic.IEnumerable`1)": {
- "Lines": {
- "233": 1,
- "235": 1,
- "239": 0,
- "241": 0
- },
- "Branches": [
- {
- "Line": 233,
- "Offset": 30,
- "EndOffset": 32,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 1
- },
- {
- "Line": 233,
- "Offset": 30,
- "EndOffset": 51,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.BindableCollection`1::RemoveRange(System.Collections.Generic.IEnumerable`1)": {
- "Lines": {
- "268": 0,
- "270": 0,
- "274": 0,
- "276": 0
- },
- "Branches": [
- {
- "Line": 268,
- "Offset": 30,
- "EndOffset": 32,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 268,
- "Offset": 30,
- "EndOffset": 51,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.BindableCollection`1::OnUIThread(System.Action)": {
- "Lines": {
- "283": 24
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.BindableCollection`1::.ctor()": {
- "Lines": {
- "18": 3,
- "20": 3,
- "21": 3
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.BindableCollection`1::.ctor(System.Collections.Generic.IEnumerable`1)": {
- "Lines": {
- "28": 0,
- "30": 0,
- "31": 0
- },
- "Branches": []
- }
- },
- "Caliburn.Micro.BindableCollection`1/<>c__DisplayClass18_0": {
- "System.Void Caliburn.Micro.BindableCollection`1/<>c__DisplayClass18_0::g__AddRange|0()": {
- "Lines": {
- "218": 1,
- "219": 1,
- "220": 1,
- "221": 6,
- "223": 2,
- "224": 2,
- "226": 1,
- "228": 1,
- "229": 1,
- "230": 1,
- "231": 1
- },
- "Branches": [
- {
- "Line": 221,
- "Offset": 80,
- "EndOffset": 50,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 2
- },
- {
- "Line": 221,
- "Offset": 80,
- "EndOffset": 82,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 1
- }
- ]
- }
- },
- "Caliburn.Micro.BindableCollection`1/<>c__DisplayClass19_0": {
- "System.Void Caliburn.Micro.BindableCollection`1/<>c__DisplayClass19_0::g__RemoveRange|0()": {
- "Lines": {
- "251": 0,
- "252": 0,
- "253": 0,
- "255": 0,
- "256": 0,
- "258": 0,
- "261": 0,
- "263": 0,
- "264": 0,
- "265": 0,
- "266": 0
- },
- "Branches": [
- {
- "Line": 253,
- "Offset": 80,
- "EndOffset": 38,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 256,
- "Offset": 60,
- "EndOffset": 62,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 256,
- "Offset": 60,
- "EndOffset": 74,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 253,
- "Offset": 80,
- "EndOffset": 82,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- }
- ]
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\CloseResult.cs": {
- "Caliburn.Micro.CloseResult`1": {
- "System.Boolean Caliburn.Micro.CloseResult`1::get_CloseCanOccur()": {
- "Lines": {
- "25": 0
- },
- "Branches": []
- },
- "System.Collections.Generic.IEnumerable`1 Caliburn.Micro.CloseResult`1::get_Children()": {
- "Lines": {
- "30": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.CloseResult`1::.ctor(System.Boolean,System.Collections.Generic.IEnumerable`1)": {
- "Lines": {
- "16": 0,
- "18": 0,
- "19": 0,
- "20": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\Conductor.cs": {
- "Caliburn.Micro.Conductor`1": {
- "System.Threading.Tasks.Task Caliburn.Micro.Conductor`1::OnActivateAsync(System.Threading.CancellationToken)": {
- "Lines": {
- "77": 0
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task Caliburn.Micro.Conductor`1::OnDeactivateAsync(System.Boolean,System.Threading.CancellationToken)": {
- "Lines": {
- "88": 0
- },
- "Branches": []
- },
- "System.Collections.Generic.IEnumerable`1 Caliburn.Micro.Conductor`1::GetChildren()": {
- "Lines": {
- "97": 0
- },
- "Branches": []
- }
- },
- "Caliburn.Micro.Conductor`1/d__0": {
- "System.Void Caliburn.Micro.Conductor`1/d__0::MoveNext()": {
- "Lines": {
- "15": 0,
- "17": 0,
- "19": 0,
- "20": 0,
- "22": 0,
- "25": 0,
- "27": 0,
- "29": 0,
- "33": 0,
- "35": 0
- },
- "Branches": [
- {
- "Line": 15,
- "Offset": 43,
- "EndOffset": 48,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 15,
- "Offset": 75,
- "EndOffset": 80,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 17,
- "Offset": 86,
- "EndOffset": 88,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 17,
- "Offset": 86,
- "EndOffset": 208,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 15,
- "Offset": 43,
- "EndOffset": 213,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 15,
- "Offset": 75,
- "EndOffset": 213,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 27,
- "Offset": 339,
- "EndOffset": 341,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 27,
- "Offset": 339,
- "EndOffset": 444,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- }
- ]
- }
- },
- "Caliburn.Micro.Conductor`1/d__2": {
- "System.Void Caliburn.Micro.Conductor`1/d__2::MoveNext()": {
- "Lines": {
- "66": 0,
- "68": 0,
- "69": 0
- },
- "Branches": []
- }
- },
- "Caliburn.Micro.Conductor`1/d__1": {
- "System.Void Caliburn.Micro.Conductor`1/d__1::MoveNext()": {
- "Lines": {
- "46": 0,
- "48": 0,
- "51": 0,
- "53": 0,
- "55": 0,
- "57": 0
- },
- "Branches": [
- {
- "Line": 46,
- "Offset": 38,
- "EndOffset": 40,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 46,
- "Offset": 38,
- "EndOffset": 69,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 46,
- "Offset": 67,
- "EndOffset": 69,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 46,
- "Offset": 67,
- "EndOffset": 74,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 53,
- "Offset": 199,
- "EndOffset": 201,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 53,
- "Offset": 199,
- "EndOffset": 305,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- }
- ]
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\ConductorWithCollectionAllActive.cs": {
- "Caliburn.Micro.Conductor`1/Collection/AllActive": {
- "Caliburn.Micro.IObservableCollection`1 Caliburn.Micro.Conductor`1/Collection/AllActive::get_Items()": {
- "Lines": {
- "65": 0
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task Caliburn.Micro.Conductor`1/Collection/AllActive::OnActivateAsync(System.Threading.CancellationToken)": {
- "Lines": {
- "72": 0
- },
- "Branches": []
- },
- "System.Collections.Generic.IEnumerable`1 Caliburn.Micro.Conductor`1/Collection/AllActive::GetChildren()": {
- "Lines": {
- "175": 0
- },
- "Branches": []
- },
- "T Caliburn.Micro.Conductor`1/Collection/AllActive::EnsureItem(T)": {
- "Lines": {
- "191": 0,
- "193": 0,
- "194": 0,
- "196": 0,
- "198": 0
- },
- "Branches": [
- {
- "Line": 193,
- "Offset": 15,
- "EndOffset": 17,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 193,
- "Offset": 15,
- "EndOffset": 31,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.Conductor`1/Collection/AllActive::<.ctor>b__3_0(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs)": {
- "Lines": {
- "43": 0,
- "46": 0,
- "47": 0,
- "49": 0,
- "50": 0,
- "52": 0,
- "53": 0,
- "54": 0,
- "56": 0,
- "59": 0
- },
- "Branches": [
- {
- "Line": 43,
- "Offset": 8,
- "EndOffset": 33,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 43,
- "Offset": 8,
- "EndOffset": 34,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 43,
- "Offset": 8,
- "EndOffset": 63,
- "Path": 2,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 49,
- "Offset": 80,
- "EndOffset": 82,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 49,
- "Offset": 80,
- "EndOffset": 105,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- },
- {
- "Line": 43,
- "Offset": 8,
- "EndOffset": 111,
- "Path": 3,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 53,
- "Offset": 156,
- "EndOffset": 158,
- "Path": 0,
- "Ordinal": 8,
- "Hits": 0
- },
- {
- "Line": 53,
- "Offset": 156,
- "EndOffset": 181,
- "Path": 1,
- "Ordinal": 9,
- "Hits": 0
- },
- {
- "Line": 43,
- "Offset": 8,
- "EndOffset": 187,
- "Path": 5,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 43,
- "Offset": 8,
- "EndOffset": 215,
- "Path": 4,
- "Ordinal": 4,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.Conductor`1/Collection/AllActive::.ctor(System.Boolean)": {
- "Lines": {
- "31": 0,
- "33": 0,
- "34": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.Conductor`1/Collection/AllActive::.ctor()": {
- "Lines": {
- "23": 0,
- "39": 0,
- "41": 0,
- "42": 0,
- "44": 0,
- "45": 0,
- "48": 0,
- "51": 0,
- "55": 0,
- "57": 0,
- "58": 0,
- "60": 0
- },
- "Branches": []
- }
- },
- "Caliburn.Micro.Conductor`1/Collection/AllActive/<>c": {
- "System.Boolean Caliburn.Micro.Conductor`1/Collection/AllActive/<>c::b__9_0(System.Reflection.PropertyInfo)": {
- "Lines": {
- "121": 0
- },
- "Branches": [
- {
- "Line": 121,
- "Offset": 16,
- "EndOffset": 18,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 121,
- "Offset": 16,
- "EndOffset": 50,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- }
- },
- "Caliburn.Micro.Conductor`1/Collection/AllActive/<>c__DisplayClass9_0": {
- "System.Object Caliburn.Micro.Conductor`1/Collection/AllActive/<>c__DisplayClass9_0::b__1(System.Reflection.PropertyInfo)": {
- "Lines": {
- "122": 0
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task Caliburn.Micro.Conductor`1/Collection/AllActive/<>c__DisplayClass9_0::b__2(T)": {
- "Lines": {
- "124": 0
- },
- "Branches": []
- }
- },
- "Caliburn.Micro.Conductor`1/Collection/AllActive/d__10": {
- "System.Void Caliburn.Micro.Conductor`1/Collection/AllActive/d__10::MoveNext()": {
- "Lines": {
- "135": 0,
- "136": 0,
- "138": 0,
- "140": 0,
- "141": 0,
- "143": 0,
- "144": 0
- },
- "Branches": [
- {
- "Line": 135,
- "Offset": 28,
- "EndOffset": 30,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 135,
- "Offset": 28,
- "EndOffset": 35,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 140,
- "Offset": 59,
- "EndOffset": 61,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 140,
- "Offset": 59,
- "EndOffset": 165,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- }
- },
- "Caliburn.Micro.Conductor`1/Collection/AllActive/d__8": {
- "System.Void Caliburn.Micro.Conductor`1/Collection/AllActive/d__8::MoveNext()": {
- "Lines": {
- "99": 0,
- "101": 0,
- "103": 0,
- "105": 0,
- "108": 0,
- "111": 0,
- "112": 0
- },
- "Branches": [
- {
- "Line": 101,
- "Offset": 159,
- "EndOffset": 164,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 101,
- "Offset": 180,
- "EndOffset": 185,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 103,
- "Offset": 341,
- "EndOffset": 219,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 103,
- "Offset": 341,
- "EndOffset": 343,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 101,
- "Offset": 159,
- "EndOffset": 398,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 101,
- "Offset": 180,
- "EndOffset": 398,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- }
- },
- "Caliburn.Micro.Conductor`1/Collection/AllActive/d__13": {
- "System.Void Caliburn.Micro.Conductor`1/Collection/AllActive/d__13::MoveNext()": {
- "Lines": {
- "180": 0,
- "181": 0,
- "182": 0
- },
- "Branches": []
- }
- },
- "Caliburn.Micro.Conductor`1/Collection/AllActive/d__11": {
- "System.Void Caliburn.Micro.Conductor`1/Collection/AllActive/d__11::MoveNext()": {
- "Lines": {
- "155": 0,
- "156": 0,
- "158": 0,
- "160": 0,
- "162": 0,
- "163": 0,
- "166": 0,
- "167": 0
- },
- "Branches": [
- {
- "Line": 155,
- "Offset": 43,
- "EndOffset": 45,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 155,
- "Offset": 43,
- "EndOffset": 50,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 158,
- "Offset": 56,
- "EndOffset": 61,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 162,
- "Offset": 186,
- "EndOffset": 191,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 158,
- "Offset": 56,
- "EndOffset": 296,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 162,
- "Offset": 186,
- "EndOffset": 401,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- }
- ]
- }
- },
- "Caliburn.Micro.Conductor`1/Collection/AllActive/d__7": {
- "System.Void Caliburn.Micro.Conductor`1/Collection/AllActive/d__7::MoveNext()": {
- "Lines": {
- "83": 0,
- "85": 0,
- "88": 0,
- "89": 0,
- "90": 0
- },
- "Branches": [
- {
- "Line": 83,
- "Offset": 169,
- "EndOffset": 45,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 83,
- "Offset": 169,
- "EndOffset": 171,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 88,
- "Offset": 210,
- "EndOffset": 212,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 88,
- "Offset": 210,
- "EndOffset": 223,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- }
- },
- "Caliburn.Micro.Conductor`1/Collection/AllActive/d__9": {
- "System.Void Caliburn.Micro.Conductor`1/Collection/AllActive/d__9::MoveNext()": {
- "Lines": {
- "119": 0,
- "120": 0,
- "123": 0,
- "125": 0
- },
- "Branches": [
- {
- "Line": 119,
- "Offset": 56,
- "EndOffset": 61,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 120,
- "Offset": 78,
- "EndOffset": 80,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 120,
- "Offset": 78,
- "EndOffset": 103,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 119,
- "Offset": 56,
- "EndOffset": 234,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\ConductorWithCollectionOneActive.cs": {
- "Caliburn.Micro.Conductor`1/Collection/OneActive": {
- "Caliburn.Micro.IObservableCollection`1 Caliburn.Micro.Conductor`1/Collection/OneActive::get_Items()": {
- "Lines": {
- "52": 0
- },
- "Branches": []
- },
- "System.Collections.Generic.IEnumerable`1 Caliburn.Micro.Conductor`1/Collection/OneActive::GetChildren()": {
- "Lines": {
- "58": 0
- },
- "Branches": []
- },
- "T Caliburn.Micro.Conductor`1/Collection/OneActive::DetermineNextItemToActivate(System.Collections.Generic.IList`1,System.Int32)": {
- "Lines": {
- "131": 0,
- "133": 0,
- "134": 0,
- "136": 0,
- "137": 0,
- "139": 0
- },
- "Branches": [
- {
- "Line": 133,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 133,
- "Offset": 15,
- "EndOffset": 17,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 133,
- "Offset": 6,
- "EndOffset": 25,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 133,
- "Offset": 15,
- "EndOffset": 25,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 136,
- "Offset": 27,
- "EndOffset": 29,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 136,
- "Offset": 38,
- "EndOffset": 40,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 136,
- "Offset": 27,
- "EndOffset": 48,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 136,
- "Offset": 38,
- "EndOffset": 48,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- }
- ]
- },
- "System.Threading.Tasks.Task Caliburn.Micro.Conductor`1/Collection/OneActive::OnActivateAsync(System.Threading.CancellationToken)": {
- "Lines": {
- "193": 0
- },
- "Branches": []
- },
- "T Caliburn.Micro.Conductor`1/Collection/OneActive::EnsureItem(T)": {
- "Lines": {
- "226": 0,
- "228": 0,
- "232": 0,
- "234": 0,
- "235": 0,
- "237": 0,
- "240": 0
- },
- "Branches": [
- {
- "Line": 226,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 228,
- "Offset": 26,
- "EndOffset": 28,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 228,
- "Offset": 26,
- "EndOffset": 31,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 226,
- "Offset": 6,
- "EndOffset": 57,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 234,
- "Offset": 72,
- "EndOffset": 74,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 234,
- "Offset": 72,
- "EndOffset": 88,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.Conductor`1/Collection/OneActive::<.ctor>b__1_0(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs)": {
- "Lines": {
- "30": 0,
- "33": 0,
- "34": 0,
- "36": 0,
- "37": 0,
- "39": 0,
- "40": 0,
- "41": 0,
- "43": 0,
- "46": 0
- },
- "Branches": [
- {
- "Line": 30,
- "Offset": 8,
- "EndOffset": 33,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 30,
- "Offset": 8,
- "EndOffset": 34,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 30,
- "Offset": 8,
- "EndOffset": 63,
- "Path": 2,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 36,
- "Offset": 80,
- "EndOffset": 82,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 36,
- "Offset": 80,
- "EndOffset": 105,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- },
- {
- "Line": 30,
- "Offset": 8,
- "EndOffset": 111,
- "Path": 3,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 40,
- "Offset": 156,
- "EndOffset": 158,
- "Path": 0,
- "Ordinal": 8,
- "Hits": 0
- },
- {
- "Line": 40,
- "Offset": 156,
- "EndOffset": 181,
- "Path": 1,
- "Ordinal": 9,
- "Hits": 0
- },
- {
- "Line": 30,
- "Offset": 8,
- "EndOffset": 187,
- "Path": 5,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 30,
- "Offset": 8,
- "EndOffset": 215,
- "Path": 4,
- "Ordinal": 4,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.Conductor`1/Collection/OneActive::.ctor()": {
- "Lines": {
- "21": 0,
- "26": 0,
- "28": 0,
- "29": 0,
- "31": 0,
- "32": 0,
- "35": 0,
- "38": 0,
- "42": 0,
- "44": 0,
- "45": 0,
- "47": 0
- },
- "Branches": []
- }
- },
- "Caliburn.Micro.Conductor`1/Collection/OneActive/d__5": {
- "System.Void Caliburn.Micro.Conductor`1/Collection/OneActive/d__5::MoveNext()": {
- "Lines": {
- "68": 0,
- "70": 0,
- "72": 0,
- "73": 0,
- "76": 0,
- "79": 0,
- "80": 0
- },
- "Branches": [
- {
- "Line": 68,
- "Offset": 38,
- "EndOffset": 43,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 68,
- "Offset": 70,
- "EndOffset": 75,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 70,
- "Offset": 81,
- "EndOffset": 83,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 70,
- "Offset": 81,
- "EndOffset": 203,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 68,
- "Offset": 38,
- "EndOffset": 205,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 68,
- "Offset": 70,
- "EndOffset": 205,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- }
- },
- "Caliburn.Micro.Conductor`1/Collection/OneActive/d__9": {
- "System.Void Caliburn.Micro.Conductor`1/Collection/OneActive/d__9::MoveNext()": {
- "Lines": {
- "149": 0,
- "151": 0,
- "153": 0,
- "155": 0,
- "157": 0,
- "158": 0,
- "161": 0,
- "162": 0,
- "163": 0,
- "164": 0,
- "166": 0,
- "167": 0,
- "168": 0,
- "170": 0,
- "171": 0,
- "172": 0,
- "173": 0,
- "175": 0,
- "177": 0,
- "180": 0,
- "181": 0,
- "183": 0,
- "184": 0
- },
- "Branches": [
- {
- "Line": 151,
- "Offset": 167,
- "EndOffset": 172,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 151,
- "Offset": 188,
- "EndOffset": 193,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 155,
- "Offset": 227,
- "EndOffset": 232,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 164,
- "Offset": 299,
- "EndOffset": 253,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- },
- {
- "Line": 164,
- "Offset": 299,
- "EndOffset": 301,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 155,
- "Offset": 227,
- "EndOffset": 475,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 175,
- "Offset": 626,
- "EndOffset": 504,
- "Path": 1,
- "Ordinal": 9,
- "Hits": 0
- },
- {
- "Line": 175,
- "Offset": 626,
- "EndOffset": 628,
- "Path": 0,
- "Ordinal": 8,
- "Hits": 0
- },
- {
- "Line": 151,
- "Offset": 167,
- "EndOffset": 685,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 151,
- "Offset": 188,
- "EndOffset": 685,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- }
- },
- "Caliburn.Micro.Conductor`1/Collection/OneActive/d__7": {
- "System.Void Caliburn.Micro.Conductor`1/Collection/OneActive/d__7::MoveNext()": {
- "Lines": {
- "107": 0,
- "109": 0,
- "110": 0,
- "112": 0,
- "116": 0,
- "119": 0,
- "120": 0
- },
- "Branches": [
- {
- "Line": 107,
- "Offset": 54,
- "EndOffset": 59,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 107,
- "Offset": 54,
- "EndOffset": 189,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- }
- },
- "Caliburn.Micro.Conductor`1/Collection/OneActive/d__6": {
- "System.Void Caliburn.Micro.Conductor`1/Collection/OneActive/d__6::MoveNext()": {
- "Lines": {
- "91": 0,
- "92": 0,
- "94": 0,
- "95": 0,
- "98": 0,
- "100": 0,
- "101": 0,
- "103": 0
- },
- "Branches": [
- {
- "Line": 91,
- "Offset": 43,
- "EndOffset": 45,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 91,
- "Offset": 43,
- "EndOffset": 50,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 94,
- "Offset": 56,
- "EndOffset": 58,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 94,
- "Offset": 56,
- "EndOffset": 171,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 100,
- "Offset": 296,
- "EndOffset": 298,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 100,
- "Offset": 296,
- "EndOffset": 398,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- }
- ]
- }
- },
- "Caliburn.Micro.Conductor`1/Collection/OneActive/d__11": {
- "System.Void Caliburn.Micro.Conductor`1/Collection/OneActive/d__11::MoveNext()": {
- "Lines": {
- "204": 0,
- "206": 0,
- "208": 0,
- "211": 0,
- "215": 0,
- "217": 0
- },
- "Branches": [
- {
- "Line": 204,
- "Offset": 30,
- "EndOffset": 35,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 206,
- "Offset": 182,
- "EndOffset": 63,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 206,
- "Offset": 182,
- "EndOffset": 184,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 204,
- "Offset": 30,
- "EndOffset": 230,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\ConductorBase.cs": {
- "Caliburn.Micro.ConductorBase`1": {
- "Caliburn.Micro.ICloseStrategy`1 Caliburn.Micro.ConductorBase`1::get_CloseStrategy()": {
- "Lines": {
- "23": 0
- },
- "Branches": [
- {
- "Line": 23,
- "Offset": 7,
- "EndOffset": 9,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 23,
- "Offset": 7,
- "EndOffset": 25,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.ConductorBase`1::set_CloseStrategy(Caliburn.Micro.ICloseStrategy`1)": {
- "Lines": {
- "24": 0
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task Caliburn.Micro.ConductorBase`1::Caliburn.Micro.IConductor.DeactivateItemAsync(System.Object,System.Boolean,System.Threading.CancellationToken)": {
- "Lines": {
- "29": 0
- },
- "Branches": []
- },
- "System.Collections.IEnumerable Caliburn.Micro.ConductorBase`1::Caliburn.Micro.IParent.GetChildren()": {
- "Lines": {
- "34": 0
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task Caliburn.Micro.ConductorBase`1::Caliburn.Micro.IConductor.ActivateItemAsync(System.Object,System.Threading.CancellationToken)": {
- "Lines": {
- "50": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.ConductorBase`1::OnActivationProcessed(T,System.Boolean)": {
- "Lines": {
- "77": 0,
- "78": 0,
- "80": 0,
- "81": 0,
- "82": 0,
- "83": 0,
- "84": 0,
- "85": 0
- },
- "Branches": [
- {
- "Line": 77,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 77,
- "Offset": 6,
- "EndOffset": 9,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 80,
- "Offset": 16,
- "EndOffset": 18,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 80,
- "Offset": 16,
- "EndOffset": 20,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- },
- "T Caliburn.Micro.ConductorBase`1::EnsureItem(T)": {
- "Lines": {
- "94": 0,
- "95": 0,
- "97": 0
- },
- "Branches": [
- {
- "Line": 94,
- "Offset": 13,
- "EndOffset": 15,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 94,
- "Offset": 22,
- "EndOffset": 24,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 94,
- "Offset": 13,
- "EndOffset": 31,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 94,
- "Offset": 22,
- "EndOffset": 31,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.ConductorBase`1::.ctor()": {
- "Lines": {
- "40": 1
- },
- "Branches": [
- {
- "Line": 40,
- "Offset": 7,
- "EndOffset": 9,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 1
- },
- {
- "Line": 40,
- "Offset": 7,
- "EndOffset": 32,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 1
- }
- ]
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\ConductorBaseWithActiveItem.cs": {
- "Caliburn.Micro.ConductorBaseWithActiveItem`1": {
- "T Caliburn.Micro.ConductorBaseWithActiveItem`1::get_ActiveItem()": {
- "Lines": {
- "19": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.ConductorBaseWithActiveItem`1::set_ActiveItem(T)": {
- "Lines": {
- "20": 0
- },
- "Branches": []
- },
- "System.Object Caliburn.Micro.ConductorBaseWithActiveItem`1::Caliburn.Micro.IHaveActiveItem.get_ActiveItem()": {
- "Lines": {
- "29": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.ConductorBaseWithActiveItem`1::Caliburn.Micro.IHaveActiveItem.set_ActiveItem(System.Object)": {
- "Lines": {
- "30": 0
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task Caliburn.Micro.ConductorBaseWithActiveItem`1::ChangeActiveItemAsync(T,System.Boolean)": {
- "Lines": {
- "61": 0
- },
- "Branches": []
- }
- },
- "Caliburn.Micro.ConductorBaseWithActiveItem`1/d__7": {
- "System.Void Caliburn.Micro.ConductorBaseWithActiveItem`1/d__7::MoveNext()": {
- "Lines": {
- "42": 0,
- "44": 0,
- "45": 0,
- "47": 0,
- "49": 0,
- "50": 0,
- "52": 0,
- "53": 0
- },
- "Branches": [
- {
- "Line": 49,
- "Offset": 184,
- "EndOffset": 186,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 49,
- "Offset": 184,
- "EndOffset": 290,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\ConductorExtensions.cs": {
- "Caliburn.Micro.ConductorExtensions": {
- "System.Threading.Tasks.Task Caliburn.Micro.ConductorExtensions::ActivateItemAsync(Caliburn.Micro.IConductor,System.Object)": {
- "Lines": {
- "17": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\ContainerExtensions.cs": {
- "Caliburn.Micro.ContainerExtensions": {
- "Caliburn.Micro.SimpleContainer Caliburn.Micro.ContainerExtensions::Singleton(Caliburn.Micro.SimpleContainer,System.String)": {
- "Lines": {
- "22": 0,
- "36": 0,
- "37": 0
- },
- "Branches": []
- },
- "Caliburn.Micro.SimpleContainer Caliburn.Micro.ContainerExtensions::PerRequest(Caliburn.Micro.SimpleContainer,System.String)": {
- "Lines": {
- "49": 0,
- "63": 0,
- "64": 0
- },
- "Branches": []
- },
- "Caliburn.Micro.SimpleContainer Caliburn.Micro.ContainerExtensions::Instance(Caliburn.Micro.SimpleContainer,TService)": {
- "Lines": {
- "76": 0,
- "77": 0
- },
- "Branches": []
- },
- "Caliburn.Micro.SimpleContainer Caliburn.Micro.ContainerExtensions::Handler(Caliburn.Micro.SimpleContainer,System.Func`2)": {
- "Lines": {
- "90": 0,
- "91": 0
- },
- "Branches": []
- },
- "Caliburn.Micro.SimpleContainer Caliburn.Micro.ContainerExtensions::AllTypesOf(Caliburn.Micro.SimpleContainer,System.Reflection.Assembly,System.Func`2)": {
- "Lines": {
- "105": 0,
- "107": 0,
- "110": 0,
- "111": 0,
- "112": 0,
- "113": 0,
- "114": 0,
- "115": 0,
- "116": 0,
- "118": 0,
- "120": 0,
- "123": 0
- },
- "Branches": [
- {
- "Line": 105,
- "Offset": 19,
- "EndOffset": 21,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 107,
- "Offset": 28,
- "EndOffset": 30,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 107,
- "Offset": 28,
- "EndOffset": 53,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 105,
- "Offset": 19,
- "EndOffset": 58,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 118,
- "Offset": 141,
- "EndOffset": 105,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 118,
- "Offset": 141,
- "EndOffset": 143,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 112,
- "Offset": 17,
- "EndOffset": 19,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 112,
- "Offset": 25,
- "EndOffset": 27,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 112,
- "Offset": 33,
- "EndOffset": 35,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 112,
- "Offset": 17,
- "EndOffset": 53,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 112,
- "Offset": 25,
- "EndOffset": 53,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 112,
- "Offset": 33,
- "EndOffset": 53,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- }
- ]
- },
- "TService Caliburn.Micro.ContainerExtensions::GetInstance(Caliburn.Micro.SimpleContainer,System.String)": {
- "Lines": {
- "135": 0
- },
- "Branches": []
- },
- "System.Collections.Generic.IEnumerable`1 Caliburn.Micro.ContainerExtensions::GetAllInstances(Caliburn.Micro.SimpleContainer,System.String)": {
- "Lines": {
- "147": 0
- },
- "Branches": []
- },
- "System.Boolean Caliburn.Micro.ContainerExtensions::HasHandler(Caliburn.Micro.SimpleContainer,System.String)": {
- "Lines": {
- "159": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.ContainerExtensions::UnregisterHandler(Caliburn.Micro.SimpleContainer,System.String)": {
- "Lines": {
- "170": 0,
- "171": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\ContinueResultDecorator.cs": {
- "Caliburn.Micro.ContinueResultDecorator": {
- "System.Void Caliburn.Micro.ContinueResultDecorator::OnInnerResultCompleted(Caliburn.Micro.CoroutineExecutionContext,Caliburn.Micro.IResult,Caliburn.Micro.ResultCompletionEventArgs)": {
- "Lines": {
- "37": 0,
- "39": 0,
- "43": 0,
- "44": 0,
- "46": 0
- },
- "Branches": [
- {
- "Line": 37,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 37,
- "Offset": 6,
- "EndOffset": 16,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 37,
- "Offset": 14,
- "EndOffset": 16,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 37,
- "Offset": 14,
- "EndOffset": 40,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.ContinueResultDecorator::Continue(Caliburn.Micro.CoroutineExecutionContext)": {
- "Lines": {
- "53": 0,
- "54": 0,
- "55": 0,
- "57": 0,
- "58": 0,
- "63": 0,
- "64": 0,
- "65": 0,
- "66": 0,
- "67": 0,
- "69": 0,
- "70": 0,
- "71": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.ContinueResultDecorator::ContinueCompleted(System.Object,Caliburn.Micro.ResultCompletionEventArgs)": {
- "Lines": {
- "75": 0,
- "76": 0,
- "77": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.ContinueResultDecorator::.ctor(Caliburn.Micro.IResult,System.Func`1)": {
- "Lines": {
- "19": 0,
- "21": 0,
- "23": 0,
- "26": 0,
- "27": 0
- },
- "Branches": [
- {
- "Line": 21,
- "Offset": 8,
- "EndOffset": 10,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 21,
- "Offset": 8,
- "EndOffset": 21,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.ContinueResultDecorator::.cctor()": {
- "Lines": {
- "10": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\Coroutine.cs": {
- "Caliburn.Micro.Coroutine": {
- "System.Void Caliburn.Micro.Coroutine::BeginExecute(System.Collections.Generic.IEnumerator`1,Caliburn.Micro.CoroutineExecutionContext,System.EventHandler`1)": {
- "Lines": {
- "27": 0,
- "29": 0,
- "30": 0,
- "32": 0,
- "34": 0,
- "37": 0,
- "38": 0,
- "39": 0
- },
- "Branches": [
- {
- "Line": 32,
- "Offset": 44,
- "EndOffset": 46,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 32,
- "Offset": 44,
- "EndOffset": 53,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 38,
- "Offset": 67,
- "EndOffset": 69,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 38,
- "Offset": 67,
- "EndOffset": 75,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- },
- "System.Threading.Tasks.Task Caliburn.Micro.Coroutine::ExecuteAsync(System.Collections.Generic.IEnumerator`1,Caliburn.Micro.CoroutineExecutionContext)": {
- "Lines": {
- "49": 0,
- "51": 0,
- "52": 0,
- "53": 0,
- "54": 0,
- "55": 0,
- "56": 0,
- "57": 0,
- "58": 0,
- "59": 0,
- "60": 0,
- "61": 0,
- "62": 0,
- "63": 0,
- "64": 0,
- "65": 0,
- "67": 0
- },
- "Branches": [
- {
- "Line": 53,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 53,
- "Offset": 6,
- "EndOffset": 26,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 57,
- "Offset": 32,
- "EndOffset": 34,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 57,
- "Offset": 32,
- "EndOffset": 46,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.Coroutine::ExecuteOnCompleted(Caliburn.Micro.IResult,System.EventHandler`1)": {
- "Lines": {
- "72": 0,
- "73": 0,
- "74": 0,
- "75": 0,
- "76": 0,
- "77": 0,
- "78": 0,
- "79": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.Coroutine::.cctor()": {
- "Lines": {
- "12": 0,
- "17": 0,
- "84": 0,
- "85": 0,
- "86": 0,
- "87": 0,
- "88": 0,
- "89": 0,
- "90": 0,
- "91": 0,
- "92": 0,
- "93": 0,
- "94": 0,
- "95": 0,
- "96": 0,
- "97": 0,
- "98": 0
- },
- "Branches": [
- {
- "Line": 86,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 86,
- "Offset": 6,
- "EndOffset": 25,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 90,
- "Offset": 31,
- "EndOffset": 33,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 90,
- "Offset": 31,
- "EndOffset": 54,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\CoroutineExecutionContext.cs": {
- "Caliburn.Micro.CoroutineExecutionContext": {
- "System.Object Caliburn.Micro.CoroutineExecutionContext::get_Source()": {
- "Lines": {
- "11": 0
- },
- "Branches": []
- },
- "System.Object Caliburn.Micro.CoroutineExecutionContext::get_View()": {
- "Lines": {
- "16": 0
- },
- "Branches": []
- },
- "System.Object Caliburn.Micro.CoroutineExecutionContext::get_Target()": {
- "Lines": {
- "21": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\DeactivateExtensions.cs": {
- "Caliburn.Micro.DeactivateExtensions": {
- "System.Threading.Tasks.Task Caliburn.Micro.DeactivateExtensions::DeactivateAsync(Caliburn.Micro.IDeactivate,System.Boolean)": {
- "Lines": {
- "16": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\DeactivationEventArgs.cs": {
- "Caliburn.Micro.DeactivationEventArgs": {
- "System.Boolean Caliburn.Micro.DeactivationEventArgs::get_WasClosed()": {
- "Lines": {
- "13": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\DebugLog.cs": {
- "Caliburn.Micro.DebugLog": {
- "System.Void Caliburn.Micro.DebugLog::Info(System.String,System.Object[])": {
- "Lines": {
- "31": 0,
- "32": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.DebugLog::Warn(System.String,System.Object[])": {
- "Lines": {
- "41": 0,
- "42": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.DebugLog::Error(System.Exception)": {
- "Lines": {
- "50": 0,
- "51": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.DebugLog::.ctor(System.Type)": {
- "Lines": {
- "19": 0,
- "21": 0,
- "22": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\DefaultCloseStrategy.cs": {
- "Caliburn.Micro.DefaultCloseStrategy`1": {
- "System.Void Caliburn.Micro.DefaultCloseStrategy`1::.ctor(System.Boolean)": {
- "Lines": {
- "19": 0,
- "21": 0,
- "22": 0
- },
- "Branches": []
- }
- },
- "Caliburn.Micro.DefaultCloseStrategy`1/d__2": {
- "System.Void Caliburn.Micro.DefaultCloseStrategy`1/d__2::MoveNext()": {
- "Lines": {
- "27": 0,
- "28": 0,
- "30": 0,
- "32": 0,
- "34": 0,
- "36": 0,
- "38": 0,
- "41": 0,
- "45": 0,
- "47": 0,
- "49": 0,
- "51": 0,
- "54": 0,
- "55": 0
- },
- "Branches": [
- {
- "Line": 30,
- "Offset": 281,
- "EndOffset": 61,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 32,
- "Offset": 96,
- "EndOffset": 101,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 36,
- "Offset": 205,
- "EndOffset": 207,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 36,
- "Offset": 205,
- "EndOffset": 224,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 32,
- "Offset": 96,
- "EndOffset": 241,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 30,
- "Offset": 281,
- "EndOffset": 286,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 49,
- "Offset": 325,
- "EndOffset": 327,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 49,
- "Offset": 333,
- "EndOffset": 335,
- "Path": 0,
- "Ordinal": 8,
- "Hits": 0
- },
- {
- "Line": 49,
- "Offset": 325,
- "EndOffset": 346,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- },
- {
- "Line": 49,
- "Offset": 333,
- "EndOffset": 346,
- "Path": 1,
- "Ordinal": 9,
- "Hits": 0
- }
- ]
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\DefaultPlatformProvider.cs": {
- "Caliburn.Micro.DefaultPlatformProvider": {
- "System.Boolean Caliburn.Micro.DefaultPlatformProvider::get_InDesignMode()": {
- "Lines": {
- "18": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.DefaultPlatformProvider::BeginOnUIThread(System.Action)": {
- "Lines": {
- "27": 0,
- "28": 0
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task Caliburn.Micro.DefaultPlatformProvider::OnUIThreadAsync(System.Func`1)": {
- "Lines": {
- "37": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.DefaultPlatformProvider::OnUIThread(System.Action)": {
- "Lines": {
- "46": 24,
- "47": 24
- },
- "Branches": []
- },
- "System.Boolean Caliburn.Micro.DefaultPlatformProvider::get_PropertyChangeNotificationsOnUIThread()": {
- "Lines": {
- "52": 21
- },
- "Branches": []
- },
- "System.Object Caliburn.Micro.DefaultPlatformProvider::GetFirstNonGeneratedView(System.Object)": {
- "Lines": {
- "69": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.DefaultPlatformProvider::ExecuteOnFirstLoad(System.Object,System.Action`1)": {
- "Lines": {
- "80": 0,
- "81": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.DefaultPlatformProvider::ExecuteOnLayoutUpdated(System.Object,System.Action`1)": {
- "Lines": {
- "90": 0,
- "91": 0
- },
- "Branches": []
- },
- "System.Func`2 Caliburn.Micro.DefaultPlatformProvider::GetViewCloseAction(System.Object,System.Collections.Generic.ICollection`1,System.Nullable`1)": {
- "Lines": {
- "104": 0
- },
- "Branches": [
- {
- "Line": 104,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 104,
- "Offset": 6,
- "EndOffset": 31,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\DelegateResult.cs": {
- "Caliburn.Micro.DelegateResult": {
- "System.Void Caliburn.Micro.DelegateResult::Execute(Caliburn.Micro.CoroutineExecutionContext)": {
- "Lines": {
- "27": 0,
- "31": 0,
- "32": 0,
- "33": 0,
- "35": 0,
- "36": 0,
- "38": 0,
- "39": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.DelegateResult::.ctor(System.Action)": {
- "Lines": {
- "16": 0,
- "18": 0,
- "19": 0,
- "44": 0
- },
- "Branches": []
- }
- },
- "Caliburn.Micro.DelegateResult`1": {
- "System.Void Caliburn.Micro.DelegateResult`1::Execute(Caliburn.Micro.CoroutineExecutionContext)": {
- "Lines": {
- "70": 0,
- "74": 0,
- "75": 0,
- "76": 0,
- "78": 0,
- "79": 0,
- "81": 0,
- "82": 0
- },
- "Branches": []
- },
- "TResult Caliburn.Micro.DelegateResult`1::get_Result()": {
- "Lines": {
- "87": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.DelegateResult`1::.ctor(System.Func`1)": {
- "Lines": {
- "59": 0,
- "61": 0,
- "62": 0,
- "92": 0
- },
- "Branches": [
- {
- "Line": 92,
- "Offset": 7,
- "EndOffset": 9,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 92,
- "Offset": 7,
- "EndOffset": 32,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\EnumerableExtensions.cs": {
- "Caliburn.Micro.EnumerableExtensions": {
- "System.Void Caliburn.Micro.EnumerableExtensions::Apply(System.Collections.Generic.IEnumerable`1,System.Action`1)": {
- "Lines": {
- "19": 78,
- "21": 22,
- "23": 17
- },
- "Branches": [
- {
- "Line": 19,
- "Offset": 29,
- "EndOffset": 9,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 22
- },
- {
- "Line": 19,
- "Offset": 29,
- "EndOffset": 31,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 17
- }
- ]
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\EventAggregator.cs": {
- "Caliburn.Micro.EventAggregator": {
- "System.Boolean Caliburn.Micro.EventAggregator::HandlerExistsFor(System.Type)": {
- "Lines": {
- "18": 0,
- "20": 0,
- "22": 0
- },
- "Branches": [
- {
- "Line": 20,
- "Offset": 12,
- "EndOffset": 14,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 20,
- "Offset": 12,
- "EndOffset": 24,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.EventAggregator::Subscribe(System.Object,System.Func`2,System.Threading.Tasks.Task>)": {
- "Lines": {
- "27": 0,
- "29": 0,
- "32": 0,
- "34": 0,
- "37": 0,
- "39": 0,
- "41": 0,
- "44": 0,
- "45": 0,
- "46": 0
- },
- "Branches": [
- {
- "Line": 27,
- "Offset": 19,
- "EndOffset": 21,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 27,
- "Offset": 19,
- "EndOffset": 32,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 32,
- "Offset": 33,
- "EndOffset": 35,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 32,
- "Offset": 33,
- "EndOffset": 46,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 39,
- "Offset": 86,
- "EndOffset": 88,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 39,
- "Offset": 86,
- "EndOffset": 90,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.EventAggregator::Unsubscribe(System.Object)": {
- "Lines": {
- "51": 0,
- "53": 0,
- "56": 0,
- "58": 0,
- "60": 0,
- "62": 0,
- "64": 0,
- "65": 0
- },
- "Branches": [
- {
- "Line": 51,
- "Offset": 19,
- "EndOffset": 21,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 51,
- "Offset": 19,
- "EndOffset": 32,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 60,
- "Offset": 74,
- "EndOffset": 76,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 60,
- "Offset": 74,
- "EndOffset": 89,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- },
- "System.Threading.Tasks.Task Caliburn.Micro.EventAggregator::PublishAsync(System.Object,System.Func`2,System.Threading.Tasks.Task>,System.Threading.CancellationToken)": {
- "Lines": {
- "70": 0,
- "72": 0,
- "75": 0,
- "77": 0,
- "82": 0,
- "84": 0,
- "85": 0,
- "87": 0,
- "88": 0,
- "89": 0,
- "90": 0,
- "91": 0,
- "92": 0,
- "93": 0,
- "94": 0,
- "95": 0,
- "96": 0,
- "97": 0,
- "98": 0,
- "99": 0,
- "100": 0,
- "101": 0,
- "102": 0,
- "103": 0,
- "104": 0
- },
- "Branches": [
- {
- "Line": 70,
- "Offset": 33,
- "EndOffset": 35,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 70,
- "Offset": 33,
- "EndOffset": 46,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 75,
- "Offset": 47,
- "EndOffset": 49,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 75,
- "Offset": 47,
- "EndOffset": 60,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.EventAggregator::.ctor()": {
- "Lines": {
- "13": 0
- },
- "Branches": []
- }
- },
- "Caliburn.Micro.EventAggregator/Handler": {
- "System.Boolean Caliburn.Micro.EventAggregator/Handler::get_IsDead()": {
- "Lines": {
- "136": 0
- },
- "Branches": []
- },
- "System.Boolean Caliburn.Micro.EventAggregator/Handler::Matches(System.Object)": {
- "Lines": {
- "140": 0
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task Caliburn.Micro.EventAggregator/Handler::Handle(System.Type,System.Object,System.Threading.CancellationToken)": {
- "Lines": {
- "145": 0,
- "147": 0,
- "149": 0,
- "152": 0,
- "153": 0,
- "154": 0,
- "155": 0,
- "156": 0,
- "157": 0,
- "158": 0,
- "159": 0,
- "160": 0,
- "161": 0
- },
- "Branches": [
- {
- "Line": 147,
- "Offset": 57,
- "EndOffset": 59,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 147,
- "Offset": 57,
- "EndOffset": 66,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 154,
- "Offset": 18,
- "EndOffset": 20,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 154,
- "Offset": 18,
- "EndOffset": 42,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 154,
- "Offset": 54,
- "EndOffset": 56,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 154,
- "Offset": 54,
- "EndOffset": 78,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- },
- "System.Boolean Caliburn.Micro.EventAggregator/Handler::Handles(System.Type)": {
- "Lines": {
- "166": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.EventAggregator/Handler::.ctor(System.Object,System.Func`2,System.Threading.Tasks.Task>)": {
- "Lines": {
- "111": 0,
- "113": 0,
- "115": 0,
- "116": 0,
- "121": 0,
- "122": 0,
- "124": 0,
- "126": 0,
- "127": 0,
- "129": 0,
- "131": 0,
- "134": 0
- },
- "Branches": [
- {
- "Line": 124,
- "Offset": 178,
- "EndOffset": 96,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 129,
- "Offset": 157,
- "EndOffset": 159,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 129,
- "Offset": 157,
- "EndOffset": 172,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 124,
- "Offset": 178,
- "EndOffset": 180,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 122,
- "Offset": 11,
- "EndOffset": 13,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 122,
- "Offset": 11,
- "EndOffset": 35,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- }
- },
- "Caliburn.Micro.EventAggregator/<>c__DisplayClass4_0/<b__0>d": {
- "System.Void Caliburn.Micro.EventAggregator/<>c__DisplayClass4_0/<b__0>d::MoveNext()": {
- "Lines": {},
- "Branches": [
- {
- "Line": 97,
- "Offset": 217,
- "EndOffset": 219,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 101,
- "Offset": 252,
- "EndOffset": 254,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 101,
- "Offset": 252,
- "EndOffset": 278,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 97,
- "Offset": 217,
- "EndOffset": 301,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\EventAggregatorExtensions.cs": {
- "Caliburn.Micro.EventAggregatorExtensions": {
- "System.Void Caliburn.Micro.EventAggregatorExtensions::SubscribeOnPublishedThread(Caliburn.Micro.IEventAggregator,System.Object)": {
- "Lines": {
- "20": 0,
- "21": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.EventAggregatorExtensions::Subscribe(Caliburn.Micro.IEventAggregator,System.Object)": {
- "Lines": {
- "32": 0,
- "33": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.EventAggregatorExtensions::SubscribeOnBackgroundThread(Caliburn.Micro.IEventAggregator,System.Object)": {
- "Lines": {
- "43": 0,
- "44": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.EventAggregatorExtensions::SubscribeOnUIThread(Caliburn.Micro.IEventAggregator,System.Object)": {
- "Lines": {
- "54": 0,
- "55": 0,
- "56": 0,
- "57": 0,
- "58": 0,
- "59": 0,
- "60": 0,
- "61": 0,
- "62": 0,
- "63": 0,
- "64": 0,
- "65": 0,
- "66": 0,
- "67": 0,
- "68": 0,
- "69": 0,
- "70": 0,
- "71": 0,
- "72": 0,
- "73": 0,
- "74": 0,
- "75": 0,
- "76": 0,
- "77": 0,
- "78": 0,
- "79": 0
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task Caliburn.Micro.EventAggregatorExtensions::PublishOnCurrentThreadAsync(Caliburn.Micro.IEventAggregator,System.Object,System.Threading.CancellationToken)": {
- "Lines": {
- "90": 0
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task Caliburn.Micro.EventAggregatorExtensions::PublishOnCurrentThreadAsync(Caliburn.Micro.IEventAggregator,System.Object)": {
- "Lines": {
- "101": 0
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task Caliburn.Micro.EventAggregatorExtensions::PublishOnBackgroundThreadAsync(Caliburn.Micro.IEventAggregator,System.Object,System.Threading.CancellationToken)": {
- "Lines": {
- "113": 0
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task Caliburn.Micro.EventAggregatorExtensions::PublishOnBackgroundThreadAsync(Caliburn.Micro.IEventAggregator,System.Object)": {
- "Lines": {
- "124": 0
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task Caliburn.Micro.EventAggregatorExtensions::PublishOnUIThreadAsync(Caliburn.Micro.IEventAggregator,System.Object,System.Threading.CancellationToken)": {
- "Lines": {
- "136": 0,
- "137": 0,
- "138": 0,
- "139": 0,
- "140": 0,
- "141": 0,
- "142": 0,
- "143": 0,
- "144": 0,
- "145": 0,
- "146": 0,
- "147": 0,
- "148": 0,
- "149": 0,
- "150": 0,
- "151": 0,
- "152": 0,
- "153": 0,
- "154": 0,
- "155": 0,
- "156": 0,
- "157": 0,
- "158": 0,
- "159": 0,
- "160": 0
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task Caliburn.Micro.EventAggregatorExtensions::PublishOnUIThreadAsync(Caliburn.Micro.IEventAggregator,System.Object)": {
- "Lines": {
- "171": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\Execute.cs": {
- "Caliburn.Micro.Execute": {
- "System.Boolean Caliburn.Micro.Execute::get_InDesignMode()": {
- "Lines": {
- "18": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.Execute::BeginOnUIThread(System.Action)": {
- "Lines": {
- "28": 0,
- "29": 0
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task Caliburn.Micro.Execute::OnUIThreadAsync(System.Func`1)": {
- "Lines": {
- "37": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.Execute::OnUIThread(System.Action)": {
- "Lines": {
- "46": 24,
- "47": 24
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\ExpressionExtensions.cs": {
- "Caliburn.Micro.ExpressionExtensions": {
- "System.Reflection.MemberInfo Caliburn.Micro.ExpressionExtensions::GetMemberInfo(System.Linq.Expressions.Expression)": {
- "Lines": {
- "18": 0,
- "21": 0,
- "23": 0,
- "24": 0,
- "28": 0,
- "31": 0
- },
- "Branches": [
- {
- "Line": 21,
- "Offset": 18,
- "EndOffset": 20,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 21,
- "Offset": 18,
- "EndOffset": 44,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\IoC.cs": {
- "Caliburn.Micro.IoC": {
- "T Caliburn.Micro.IoC::Get(System.String)": {
- "Lines": {
- "35": 0
- },
- "Branches": []
- },
- "System.Collections.Generic.IEnumerable`1 Caliburn.Micro.IoC::GetAll()": {
- "Lines": {
- "45": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.IoC::.cctor()": {
- "Lines": {
- "15": 0,
- "20": 0,
- "25": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\LogManager.cs": {
- "Caliburn.Micro.LogManager": {
- "System.Void Caliburn.Micro.LogManager::.cctor()": {
- "Lines": {
- "10": 1,
- "15": 6
- },
- "Branches": []
- }
- },
- "Caliburn.Micro.LogManager/NullLog": {
- "System.Void Caliburn.Micro.LogManager/NullLog::Info(System.String,System.Object[])": {
- "Lines": {
- "19": 32
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.LogManager/NullLog::Warn(System.String,System.Object[])": {
- "Lines": {
- "20": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.LogManager/NullLog::Error(System.Exception)": {
- "Lines": {
- "21": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\OverrideCancelResultDecorator.cs": {
- "Caliburn.Micro.OverrideCancelResultDecorator": {
- "System.Void Caliburn.Micro.OverrideCancelResultDecorator::OnInnerResultCompleted(Caliburn.Micro.CoroutineExecutionContext,Caliburn.Micro.IResult,Caliburn.Micro.ResultCompletionEventArgs)": {
- "Lines": {
- "25": 0,
- "27": 0,
- "30": 0,
- "31": 0
- },
- "Branches": [
- {
- "Line": 25,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 25,
- "Offset": 6,
- "EndOffset": 44,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.OverrideCancelResultDecorator::.ctor(Caliburn.Micro.IResult)": {
- "Lines": {
- "15": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.OverrideCancelResultDecorator::.cctor()": {
- "Lines": {
- "8": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\PlatformProvider.cs": {
- "Caliburn.Micro.PlatformProvider": {
- "Caliburn.Micro.IPlatformProvider Caliburn.Micro.PlatformProvider::get_Current()": {
- "Lines": {
- "11": 46
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\PropertyChangedBase.cs": {
- "Caliburn.Micro.PropertyChangedBase": {
- "System.Boolean Caliburn.Micro.PropertyChangedBase::get_IsNotifying()": {
- "Lines": {
- "32": 2
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.PropertyChangedBase::Refresh()": {
- "Lines": {
- "39": 0,
- "40": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.PropertyChangedBase::NotifyOfPropertyChange(System.String)": {
- "Lines": {
- "48": 0,
- "50": 0,
- "52": 0,
- "56": 0,
- "59": 0
- },
- "Branches": [
- {
- "Line": 48,
- "Offset": 26,
- "EndOffset": 28,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 48,
- "Offset": 34,
- "EndOffset": 36,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 50,
- "Offset": 46,
- "EndOffset": 48,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 50,
- "Offset": 46,
- "EndOffset": 67,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 48,
- "Offset": 26,
- "EndOffset": 84,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 48,
- "Offset": 34,
- "EndOffset": 84,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.PropertyChangedBase::NotifyOfPropertyChange(System.Linq.Expressions.Expression`1>)": {
- "Lines": {
- "68": 0,
- "69": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.PropertyChangedBase::OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)": {
- "Lines": {
- "78": 0,
- "79": 0
- },
- "Branches": [
- {
- "Line": 78,
- "Offset": 7,
- "EndOffset": 9,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 78,
- "Offset": 7,
- "EndOffset": 11,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.PropertyChangedBase::OnUIThread(System.Action)": {
- "Lines": {
- "86": 0
- },
- "Branches": []
- },
- "System.Boolean Caliburn.Micro.PropertyChangedBase::Set(T&,T,System.String)": {
- "Lines": {
- "98": 0,
- "100": 0,
- "103": 0,
- "105": 0,
- "107": 0
- },
- "Branches": [
- {
- "Line": 98,
- "Offset": 17,
- "EndOffset": 19,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 98,
- "Offset": 17,
- "EndOffset": 21,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 105,
- "Offset": 31,
- "EndOffset": 33,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 105,
- "Offset": 31,
- "EndOffset": 39,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.PropertyChangedBase::.ctor()": {
- "Lines": {
- "18": 2,
- "20": 2,
- "21": 2
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\RescueResultDecorator.cs": {
- "Caliburn.Micro.RescueResultDecorator`1": {
- "System.Void Caliburn.Micro.RescueResultDecorator`1::OnInnerResultCompleted(Caliburn.Micro.CoroutineExecutionContext,Caliburn.Micro.IResult,Caliburn.Micro.ResultCompletionEventArgs)": {
- "Lines": {
- "35": 0,
- "36": 0,
- "38": 0,
- "42": 0,
- "43": 0,
- "44": 0,
- "46": 0
- },
- "Branches": [
- {
- "Line": 36,
- "Offset": 23,
- "EndOffset": 25,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 36,
- "Offset": 23,
- "EndOffset": 33,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.RescueResultDecorator`1::Rescue(Caliburn.Micro.CoroutineExecutionContext,TException)": {
- "Lines": {
- "53": 0,
- "54": 0,
- "55": 0,
- "57": 0,
- "58": 0,
- "63": 0,
- "64": 0,
- "65": 0,
- "66": 0,
- "67": 0,
- "69": 0,
- "70": 0,
- "71": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.RescueResultDecorator`1::RescueCompleted(System.Object,Caliburn.Micro.ResultCompletionEventArgs)": {
- "Lines": {
- "75": 0,
- "76": 0,
- "77": 0,
- "78": 0,
- "79": 0,
- "80": 0,
- "81": 0
- },
- "Branches": [
- {
- "Line": 76,
- "Offset": 48,
- "EndOffset": 50,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 76,
- "Offset": 56,
- "EndOffset": 58,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 76,
- "Offset": 56,
- "EndOffset": 66,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 76,
- "Offset": 48,
- "EndOffset": 69,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.RescueResultDecorator`1::.ctor(Caliburn.Micro.IResult,System.Func`2,System.Boolean)": {
- "Lines": {
- "21": 0,
- "23": 0,
- "24": 0,
- "25": 0
- },
- "Branches": [
- {
- "Line": 23,
- "Offset": 10,
- "EndOffset": 12,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 23,
- "Offset": 10,
- "EndOffset": 24,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.RescueResultDecorator`1::.cctor()": {
- "Lines": {
- "11": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\ResultDecoratorBase.cs": {
- "Caliburn.Micro.ResultDecoratorBase": {
- "System.Void Caliburn.Micro.ResultDecoratorBase::Execute(Caliburn.Micro.CoroutineExecutionContext)": {
- "Lines": {
- "28": 0,
- "32": 0,
- "33": 0,
- "34": 0,
- "35": 0,
- "36": 0,
- "38": 0,
- "39": 0,
- "40": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.ResultDecoratorBase::InnerResultCompleted(System.Object,Caliburn.Micro.ResultCompletionEventArgs)": {
- "Lines": {
- "44": 0,
- "45": 0,
- "46": 0,
- "47": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.ResultDecoratorBase::OnCompleted(Caliburn.Micro.ResultCompletionEventArgs)": {
- "Lines": {
- "68": 0,
- "69": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.ResultDecoratorBase::.ctor(Caliburn.Micro.IResult)": {
- "Lines": {
- "17": 0,
- "19": 0,
- "20": 0,
- "60": 0
- },
- "Branches": [
- {
- "Line": 19,
- "Offset": 46,
- "EndOffset": 48,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 19,
- "Offset": 46,
- "EndOffset": 60,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\ResultExtensions.cs": {
- "Caliburn.Micro.ResultExtensions": {
- "Caliburn.Micro.IResult Caliburn.Micro.ResultExtensions::WhenCancelled(Caliburn.Micro.IResult,System.Func`1)": {
- "Lines": {
- "18": 0
- },
- "Branches": []
- },
- "Caliburn.Micro.IResult Caliburn.Micro.ResultExtensions::OverrideCancel(Caliburn.Micro.IResult)": {
- "Lines": {
- "28": 0
- },
- "Branches": []
- },
- "Caliburn.Micro.IResult Caliburn.Micro.ResultExtensions::Rescue(Caliburn.Micro.IResult,System.Func`2,System.Boolean)": {
- "Lines": {
- "43": 0
- },
- "Branches": []
- },
- "Caliburn.Micro.IResult Caliburn.Micro.ResultExtensions::Rescue(Caliburn.Micro.IResult,System.Func`2,System.Boolean)": {
- "Lines": {
- "56": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\Screen.cs": {
- "Caliburn.Micro.Screen": {
- "System.Boolean Caliburn.Micro.Screen::get_IsInitialized()": {
- "Lines": {
- "33": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.Screen::set_IsInitialized(System.Boolean)": {
- "Lines": {
- "36": 0,
- "37": 0,
- "38": 0
- },
- "Branches": []
- },
- "System.Object Caliburn.Micro.Screen::get_Parent()": {
- "Lines": {
- "46": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.Screen::set_Parent(System.Object)": {
- "Lines": {
- "49": 0,
- "50": 0,
- "51": 0
- },
- "Branches": []
- },
- "System.String Caliburn.Micro.Screen::get_DisplayName()": {
- "Lines": {
- "59": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.Screen::set_DisplayName(System.String)": {
- "Lines": {
- "62": 0,
- "63": 0,
- "64": 0
- },
- "Branches": []
- },
- "System.Boolean Caliburn.Micro.Screen::get_IsActive()": {
- "Lines": {
- "73": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.Screen::set_IsActive(System.Boolean)": {
- "Lines": {
- "76": 0,
- "77": 0,
- "78": 0
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task`1 Caliburn.Micro.Screen::CanCloseAsync(System.Threading.CancellationToken)": {
- "Lines": {
- "153": 0
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task Caliburn.Micro.Screen::OnInitializeAsync(System.Threading.CancellationToken)": {
- "Lines": {
- "178": 0
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task Caliburn.Micro.Screen::OnActivateAsync(System.Threading.CancellationToken)": {
- "Lines": {
- "186": 0
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task Caliburn.Micro.Screen::OnActivatedAsync(System.Threading.CancellationToken)": {
- "Lines": {
- "195": 0
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task Caliburn.Micro.Screen::OnDeactivateAsync(System.Boolean,System.Threading.CancellationToken)": {
- "Lines": {
- "206": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.Screen::.ctor()": {
- "Lines": {
- "22": 2,
- "24": 2,
- "25": 2,
- "84": 2,
- "89": 2,
- "94": 2
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.Screen::.cctor()": {
- "Lines": {
- "12": 0
- },
- "Branches": []
- }
- },
- "Caliburn.Micro.Screen/<>c__DisplayClass30_0/<b__0>d": {
- "System.Void Caliburn.Micro.Screen/<>c__DisplayClass30_0/<b__0>d::MoveNext()": {
- "Lines": {
- "170": 0
- },
- "Branches": []
- }
- },
- "Caliburn.Micro.Screen/d__27": {
- "System.Void Caliburn.Micro.Screen/d__27::MoveNext()": {
- "Lines": {
- "98": 0,
- "99": 0,
- "101": 0,
- "103": 0,
- "105": 0,
- "106": 0,
- "109": 0,
- "110": 0,
- "111": 0,
- "112": 0,
- "114": 0,
- "115": 0,
- "116": 0,
- "117": 0,
- "118": 0
- },
- "Branches": [
- {
- "Line": 98,
- "Offset": 42,
- "EndOffset": 44,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 98,
- "Offset": 42,
- "EndOffset": 49,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 103,
- "Offset": 62,
- "EndOffset": 64,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 103,
- "Offset": 62,
- "EndOffset": 177,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 114,
- "Offset": 410,
- "EndOffset": 412,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 114,
- "Offset": 410,
- "EndOffset": 416,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 114,
- "Offset": 440,
- "EndOffset": 442,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 114,
- "Offset": 440,
- "EndOffset": 449,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- }
- ]
- }
- },
- "Caliburn.Micro.Screen/d__28": {
- "System.Void Caliburn.Micro.Screen/d__28::MoveNext()": {
- "Lines": {
- "122": 0,
- "124": 0,
- "125": 0,
- "126": 0,
- "127": 0,
- "129": 0,
- "130": 0,
- "131": 0,
- "133": 0,
- "134": 0,
- "135": 0,
- "136": 0,
- "138": 0,
- "140": 0,
- "141": 0,
- "144": 0
- },
- "Branches": [
- {
- "Line": 122,
- "Offset": 33,
- "EndOffset": 35,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 122,
- "Offset": 33,
- "EndOffset": 53,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 122,
- "Offset": 48,
- "EndOffset": 53,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 124,
- "Offset": 60,
- "EndOffset": 62,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 124,
- "Offset": 60,
- "EndOffset": 65,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 133,
- "Offset": 230,
- "EndOffset": 232,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 133,
- "Offset": 230,
- "EndOffset": 236,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- },
- {
- "Line": 133,
- "Offset": 260,
- "EndOffset": 262,
- "Path": 0,
- "Ordinal": 8,
- "Hits": 0
- },
- {
- "Line": 133,
- "Offset": 260,
- "EndOffset": 269,
- "Path": 1,
- "Ordinal": 9,
- "Hits": 0
- },
- {
- "Line": 138,
- "Offset": 357,
- "EndOffset": 359,
- "Path": 0,
- "Ordinal": 10,
- "Hits": 0
- },
- {
- "Line": 122,
- "Offset": 48,
- "EndOffset": 395,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 138,
- "Offset": 357,
- "EndOffset": 395,
- "Path": 1,
- "Ordinal": 11,
- "Hits": 0
- }
- ]
- }
- },
- "Caliburn.Micro.Screen/d__30": {
- "System.Void Caliburn.Micro.Screen/d__30::MoveNext()": {
- "Lines": {
- "163": 0,
- "165": 0,
- "168": 0,
- "171": 0
- },
- "Branches": [
- {
- "Line": 163,
- "Offset": 48,
- "EndOffset": 50,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 163,
- "Offset": 48,
- "EndOffset": 147,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\ScreenExtensions.cs": {
- "Caliburn.Micro.ScreenExtensions": {
- "System.Threading.Tasks.Task Caliburn.Micro.ScreenExtensions::TryActivateAsync(System.Object)": {
- "Lines": {
- "18": 0
- },
- "Branches": [
- {
- "Line": 18,
- "Offset": 8,
- "EndOffset": 10,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 18,
- "Offset": 8,
- "EndOffset": 17,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Threading.Tasks.Task Caliburn.Micro.ScreenExtensions::TryActivateAsync(System.Object,System.Threading.CancellationToken)": {
- "Lines": {
- "29": 0
- },
- "Branches": [
- {
- "Line": 29,
- "Offset": 8,
- "EndOffset": 10,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 29,
- "Offset": 8,
- "EndOffset": 17,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Threading.Tasks.Task Caliburn.Micro.ScreenExtensions::TryDeactivateAsync(System.Object,System.Boolean)": {
- "Lines": {
- "40": 0
- },
- "Branches": [
- {
- "Line": 40,
- "Offset": 8,
- "EndOffset": 10,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 40,
- "Offset": 8,
- "EndOffset": 17,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Threading.Tasks.Task Caliburn.Micro.ScreenExtensions::TryDeactivateAsync(System.Object,System.Boolean,System.Threading.CancellationToken)": {
- "Lines": {
- "52": 0
- },
- "Branches": [
- {
- "Line": 52,
- "Offset": 8,
- "EndOffset": 10,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 52,
- "Offset": 8,
- "EndOffset": 17,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Threading.Tasks.Task Caliburn.Micro.ScreenExtensions::CloseItemAsync(Caliburn.Micro.IConductor,System.Object)": {
- "Lines": {
- "63": 0
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task Caliburn.Micro.ScreenExtensions::CloseItemAsync(Caliburn.Micro.IConductor,System.Object,System.Threading.CancellationToken)": {
- "Lines": {
- "75": 0
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task Caliburn.Micro.ScreenExtensions::CloseItemAsync(Caliburn.Micro.ConductorBase`1,T)": {
- "Lines": {
- "86": 0
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task Caliburn.Micro.ScreenExtensions::CloseItemAsync(Caliburn.Micro.ConductorBase`1,T,System.Threading.CancellationToken)": {
- "Lines": {
- "98": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.ScreenExtensions::ActivateWith(Caliburn.Micro.IActivate,Caliburn.Micro.IActivate)": {
- "Lines": {
- "108": 0,
- "119": 0,
- "120": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.ScreenExtensions::DeactivateWith(Caliburn.Micro.IDeactivate,Caliburn.Micro.IDeactivate)": {
- "Lines": {
- "129": 0,
- "140": 0,
- "141": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.ScreenExtensions::ConductWith(TChild,TParent)": {
- "Lines": {
- "152": 0,
- "153": 0,
- "154": 0
- },
- "Branches": []
- }
- },
- "Caliburn.Micro.ScreenExtensions/<>c__DisplayClass8_0/<g__OnParentActivated|0>d": {
- "System.Void Caliburn.Micro.ScreenExtensions/<>c__DisplayClass8_0/<g__OnParentActivated|0>d::MoveNext()": {
- "Lines": {
- "112": 0,
- "113": 0,
- "114": 0,
- "116": 0,
- "117": 0
- },
- "Branches": [
- {
- "Line": 113,
- "Offset": 35,
- "EndOffset": 37,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 113,
- "Offset": 35,
- "EndOffset": 67,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- }
- },
- "Caliburn.Micro.ScreenExtensions/<>c__DisplayClass9_0/<g__OnParentDeactivated|0>d": {
- "System.Void Caliburn.Micro.ScreenExtensions/<>c__DisplayClass9_0/<g__OnParentDeactivated|0>d::MoveNext()": {
- "Lines": {
- "133": 0,
- "134": 0,
- "135": 0,
- "137": 0,
- "138": 0
- },
- "Branches": [
- {
- "Line": 134,
- "Offset": 35,
- "EndOffset": 37,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 134,
- "Offset": 35,
- "EndOffset": 67,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\SequentialResult.cs": {
- "Caliburn.Micro.SequentialResult": {
- "System.Void Caliburn.Micro.SequentialResult::Execute(Caliburn.Micro.CoroutineExecutionContext)": {
- "Lines": {
- "34": 0,
- "35": 0,
- "36": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.SequentialResult::ChildCompleted(System.Object,Caliburn.Micro.ResultCompletionEventArgs)": {
- "Lines": {
- "40": 0,
- "41": 0,
- "43": 0,
- "46": 0,
- "48": 0,
- "49": 0,
- "52": 0,
- "55": 0,
- "56": 0,
- "57": 0,
- "59": 0,
- "60": 0,
- "63": 0,
- "67": 0,
- "68": 0,
- "69": 0,
- "70": 0,
- "71": 0,
- "72": 0,
- "74": 0,
- "75": 0,
- "80": 0,
- "82": 0
- },
- "Branches": [
- {
- "Line": 41,
- "Offset": 8,
- "EndOffset": 10,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 41,
- "Offset": 8,
- "EndOffset": 28,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 46,
- "Offset": 34,
- "EndOffset": 36,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 46,
- "Offset": 34,
- "EndOffset": 44,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 46,
- "Offset": 42,
- "EndOffset": 44,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 46,
- "Offset": 42,
- "EndOffset": 63,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 63,
- "Offset": 91,
- "EndOffset": 93,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 63,
- "Offset": 91,
- "EndOffset": 161,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.SequentialResult::OnComplete(System.Exception,System.Boolean)": {
- "Lines": {
- "86": 0,
- "87": 0,
- "88": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.SequentialResult::.ctor(System.Collections.Generic.IEnumerator`1)": {
- "Lines": {
- "18": 0,
- "20": 0,
- "21": 0,
- "26": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\SimpleContainer.cs": {
- "Caliburn.Micro.SimpleContainer": {
- "System.Boolean Caliburn.Micro.SimpleContainer::get_EnablePropertyInjection()": {
- "Lines": {
- "37": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.SimpleContainer::RegisterInstance(System.Type,System.String,System.Object)": {
- "Lines": {
- "47": 0,
- "48": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.SimpleContainer::RegisterPerRequest(System.Type,System.String,System.Type)": {
- "Lines": {
- "58": 0,
- "59": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.SimpleContainer::RegisterSingleton(System.Type,System.String,System.Type)": {
- "Lines": {
- "69": 0,
- "70": 0,
- "71": 0
- },
- "Branches": [
- {
- "Line": 70,
- "Offset": 7,
- "EndOffset": 9,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 70,
- "Offset": 7,
- "EndOffset": 31,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.SimpleContainer::RegisterHandler(System.Type,System.String,System.Func`2)": {
- "Lines": {
- "81": 0,
- "82": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.SimpleContainer::UnregisterHandler(System.Type,System.String)": {
- "Lines": {
- "91": 0,
- "92": 0,
- "94": 0,
- "96": 0
- },
- "Branches": [
- {
- "Line": 92,
- "Offset": 10,
- "EndOffset": 12,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 92,
- "Offset": 10,
- "EndOffset": 25,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Object Caliburn.Micro.SimpleContainer::GetInstance(System.Type,System.String)": {
- "Lines": {
- "106": 0,
- "107": 0,
- "109": 0,
- "111": 0,
- "113": 0,
- "116": 0,
- "119": 0,
- "121": 0,
- "123": 0,
- "125": 0,
- "127": 0,
- "128": 0,
- "129": 0,
- "130": 0,
- "131": 0,
- "134": 0,
- "136": 0,
- "137": 0,
- "138": 0,
- "140": 0,
- "142": 0,
- "144": 0,
- "147": 0,
- "150": 0,
- "153": 0
- },
- "Branches": [
- {
- "Line": 107,
- "Offset": 10,
- "EndOffset": 12,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 111,
- "Offset": 31,
- "EndOffset": 33,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 111,
- "Offset": 34,
- "EndOffset": 36,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 111,
- "Offset": 31,
- "EndOffset": 43,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 111,
- "Offset": 34,
- "EndOffset": 43,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 107,
- "Offset": 10,
- "EndOffset": 45,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 119,
- "Offset": 52,
- "EndOffset": 54,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 119,
- "Offset": 52,
- "EndOffset": 56,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- },
- {
- "Line": 125,
- "Offset": 74,
- "EndOffset": 76,
- "Path": 0,
- "Ordinal": 8,
- "Hits": 0
- },
- {
- "Line": 125,
- "Offset": 74,
- "EndOffset": 161,
- "Path": 1,
- "Ordinal": 9,
- "Hits": 0
- },
- {
- "Line": 134,
- "Offset": 172,
- "EndOffset": 174,
- "Path": 0,
- "Ordinal": 10,
- "Hits": 0
- },
- {
- "Line": 134,
- "Offset": 180,
- "EndOffset": 182,
- "Path": 0,
- "Ordinal": 12,
- "Hits": 0
- },
- {
- "Line": 140,
- "Offset": 285,
- "EndOffset": 229,
- "Path": 1,
- "Ordinal": 17,
- "Hits": 0
- },
- {
- "Line": 142,
- "Offset": 235,
- "EndOffset": 237,
- "Path": 0,
- "Ordinal": 14,
- "Hits": 0
- },
- {
- "Line": 142,
- "Offset": 235,
- "EndOffset": 252,
- "Path": 1,
- "Ordinal": 15,
- "Hits": 0
- },
- {
- "Line": 140,
- "Offset": 285,
- "EndOffset": 287,
- "Path": 0,
- "Ordinal": 16,
- "Hits": 0
- },
- {
- "Line": 134,
- "Offset": 172,
- "EndOffset": 290,
- "Path": 1,
- "Ordinal": 11,
- "Hits": 0
- },
- {
- "Line": 134,
- "Offset": 180,
- "EndOffset": 290,
- "Path": 1,
- "Ordinal": 13,
- "Hits": 0
- }
- ]
- },
- "System.Boolean Caliburn.Micro.SimpleContainer::HasHandler(System.Type,System.String)": {
- "Lines": {
- "164": 0
- },
- "Branches": []
- },
- "System.Collections.Generic.IEnumerable`1 Caliburn.Micro.SimpleContainer::GetAllInstances(System.Type,System.String)": {
- "Lines": {
- "175": 0,
- "177": 0,
- "179": 0,
- "182": 0,
- "184": 0,
- "186": 0,
- "188": 0,
- "192": 0
- },
- "Branches": [
- {
- "Line": 177,
- "Offset": 10,
- "EndOffset": 12,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 177,
- "Offset": 10,
- "EndOffset": 19,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 184,
- "Offset": 78,
- "EndOffset": 47,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- },
- {
- "Line": 186,
- "Offset": 60,
- "EndOffset": 62,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 186,
- "Offset": 63,
- "EndOffset": 65,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 186,
- "Offset": 60,
- "EndOffset": 72,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 186,
- "Offset": 63,
- "EndOffset": 72,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 184,
- "Offset": 78,
- "EndOffset": 80,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.SimpleContainer::BuildUp(System.Object)": {
- "Lines": {
- "201": 0,
- "202": 0,
- "203": 0,
- "204": 0,
- "206": 0,
- "208": 0,
- "210": 0,
- "212": 0,
- "215": 0
- },
- "Branches": [
- {
- "Line": 206,
- "Offset": 94,
- "EndOffset": 55,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 210,
- "Offset": 77,
- "EndOffset": 79,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 210,
- "Offset": 77,
- "EndOffset": 88,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 206,
- "Offset": 94,
- "EndOffset": 96,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 204,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 204,
- "Offset": 14,
- "EndOffset": 16,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 204,
- "Offset": 6,
- "EndOffset": 33,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 204,
- "Offset": 14,
- "EndOffset": 33,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- },
- "Caliburn.Micro.SimpleContainer Caliburn.Micro.SimpleContainer::CreateChildContainer()": {
- "Lines": {
- "223": 0
- },
- "Branches": []
- },
- "Caliburn.Micro.SimpleContainer/ContainerEntry Caliburn.Micro.SimpleContainer::GetOrCreateEntry(System.Type,System.String)": {
- "Lines": {
- "228": 0,
- "229": 0,
- "231": 0,
- "232": 0,
- "235": 0
- },
- "Branches": [
- {
- "Line": 229,
- "Offset": 10,
- "EndOffset": 12,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 229,
- "Offset": 10,
- "EndOffset": 44,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "Caliburn.Micro.SimpleContainer/ContainerEntry Caliburn.Micro.SimpleContainer::GetEntry(System.Type,System.String)": {
- "Lines": {
- "240": 0,
- "242": 0,
- "245": 0,
- "247": 0,
- "248": 0,
- "251": 0
- },
- "Branches": [
- {
- "Line": 240,
- "Offset": 32,
- "EndOffset": 34,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 240,
- "Offset": 32,
- "EndOffset": 58,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 245,
- "Offset": 64,
- "EndOffset": 66,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 247,
- "Offset": 90,
- "EndOffset": 92,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 247,
- "Offset": 90,
- "EndOffset": 116,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 245,
- "Offset": 64,
- "EndOffset": 117,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 247,
- "Offset": 17,
- "EndOffset": 19,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 247,
- "Offset": 17,
- "EndOffset": 31,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 251,
- "Offset": 17,
- "EndOffset": 19,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 251,
- "Offset": 17,
- "EndOffset": 37,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Object Caliburn.Micro.SimpleContainer::BuildInstance(System.Type)": {
- "Lines": {
- "261": 0,
- "262": 0
- },
- "Branches": []
- },
- "System.Object Caliburn.Micro.SimpleContainer::ActivateInstance(System.Type,System.Object[])": {
- "Lines": {
- "273": 0,
- "274": 0,
- "275": 0
- },
- "Branches": [
- {
- "Line": 273,
- "Offset": 2,
- "EndOffset": 4,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 273,
- "Offset": 2,
- "EndOffset": 12,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Object[] Caliburn.Micro.SimpleContainer::DetermineConstructorArgs(System.Type)": {
- "Lines": {
- "285": 0,
- "286": 0,
- "288": 0,
- "290": 0,
- "293": 0
- },
- "Branches": [
- {
- "Line": 288,
- "Offset": 21,
- "EndOffset": 23,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 288,
- "Offset": 21,
- "EndOffset": 52,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Reflection.ConstructorInfo Caliburn.Micro.SimpleContainer::SelectEligibleConstructor(System.Type)": {
- "Lines": {
- "298": 0,
- "299": 0,
- "300": 0,
- "301": 0,
- "302": 0,
- "303": 0,
- "304": 0,
- "305": 0,
- "306": 0,
- "307": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.SimpleContainer::.ctor()": {
- "Lines": {
- "18": 0,
- "24": 0,
- "26": 0,
- "27": 0,
- "281": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.SimpleContainer::.ctor(System.Collections.Generic.IEnumerable`1)": {
- "Lines": {
- "29": 0,
- "31": 0,
- "32": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.SimpleContainer::.cctor()": {
- "Lines": {
- "14": 0,
- "15": 0,
- "16": 0,
- "17": 0
- },
- "Branches": []
- }
- },
- "Caliburn.Micro.SimpleContainer/FactoryFactory`1": {
- "System.Func`1 Caliburn.Micro.SimpleContainer/FactoryFactory`1::Create(Caliburn.Micro.SimpleContainer)": {
- "Lines": {
- "320": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\SimpleResult.cs": {
- "Caliburn.Micro.SimpleResult": {
- "Caliburn.Micro.IResult Caliburn.Micro.SimpleResult::Succeeded()": {
- "Lines": {
- "24": 0
- },
- "Branches": []
- },
- "Caliburn.Micro.IResult Caliburn.Micro.SimpleResult::Cancelled()": {
- "Lines": {
- "33": 0
- },
- "Branches": []
- },
- "Caliburn.Micro.IResult Caliburn.Micro.SimpleResult::Failed(System.Exception)": {
- "Lines": {
- "41": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.SimpleResult::Execute(Caliburn.Micro.CoroutineExecutionContext)": {
- "Lines": {
- "50": 0,
- "51": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.SimpleResult::.ctor(System.Boolean,System.Exception)": {
- "Lines": {
- "13": 0,
- "15": 0,
- "16": 0,
- "17": 0,
- "56": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\TaskExtensions.cs": {
- "Caliburn.Micro.TaskExtensions": {
- "System.Threading.Tasks.Task Caliburn.Micro.TaskExtensions::ExecuteAsync(Caliburn.Micro.IResult,Caliburn.Micro.CoroutineExecutionContext)": {
- "Lines": {
- "19": 0
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task`1 Caliburn.Micro.TaskExtensions::ExecuteAsync(Caliburn.Micro.IResult`1,Caliburn.Micro.CoroutineExecutionContext)": {
- "Lines": {
- "32": 0
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task`1 Caliburn.Micro.TaskExtensions::InternalExecuteAsync(Caliburn.Micro.IResult,Caliburn.Micro.CoroutineExecutionContext)": {
- "Lines": {
- "37": 0,
- "39": 0,
- "40": 0,
- "41": 0,
- "42": 0,
- "43": 0,
- "44": 0,
- "45": 0,
- "46": 0,
- "47": 0,
- "48": 0,
- "49": 0,
- "50": 0,
- "51": 0,
- "52": 0,
- "53": 0,
- "54": 0,
- "55": 0,
- "56": 0,
- "57": 0,
- "61": 0,
- "62": 0,
- "63": 0,
- "64": 0,
- "65": 0,
- "67": 0,
- "68": 0,
- "69": 0,
- "71": 0
- },
- "Branches": [
- {
- "Line": 63,
- "Offset": 90,
- "EndOffset": 92,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 63,
- "Offset": 90,
- "EndOffset": 98,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 44,
- "Offset": 23,
- "EndOffset": 25,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 44,
- "Offset": 23,
- "EndOffset": 43,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 48,
- "Offset": 49,
- "EndOffset": 51,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 48,
- "Offset": 49,
- "EndOffset": 63,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 55,
- "Offset": 82,
- "EndOffset": 84,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 55,
- "Offset": 82,
- "EndOffset": 95,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- }
- ]
- },
- "Caliburn.Micro.TaskResult Caliburn.Micro.TaskExtensions::AsResult(System.Threading.Tasks.Task)": {
- "Lines": {
- "81": 0
- },
- "Branches": []
- },
- "Caliburn.Micro.TaskResult`1 Caliburn.Micro.TaskExtensions::AsResult(System.Threading.Tasks.Task`1)": {
- "Lines": {
- "92": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\TaskResult.cs": {
- "Caliburn.Micro.TaskResult": {
- "System.Void Caliburn.Micro.TaskResult::Execute(Caliburn.Micro.CoroutineExecutionContext)": {
- "Lines": {
- "28": 0,
- "30": 0,
- "34": 0,
- "35": 0,
- "36": 0,
- "37": 0,
- "39": 0
- },
- "Branches": [
- {
- "Line": 28,
- "Offset": 11,
- "EndOffset": 13,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 28,
- "Offset": 11,
- "EndOffset": 26,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 34,
- "Offset": 50,
- "EndOffset": 52,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 34,
- "Offset": 50,
- "EndOffset": 59,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.TaskResult::OnCompleted(System.Threading.Tasks.Task)": {
- "Lines": {
- "47": 0,
- "48": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.TaskResult::.ctor(System.Threading.Tasks.Task)": {
- "Lines": {
- "17": 0,
- "19": 0,
- "20": 0,
- "53": 0
- },
- "Branches": []
- }
- },
- "Caliburn.Micro.TaskResult`1": {
- "TResult Caliburn.Micro.TaskResult`1::get_Result()": {
- "Lines": {
- "74": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.TaskResult`1::OnCompleted(System.Threading.Tasks.Task)": {
- "Lines": {
- "82": 0,
- "84": 0,
- "87": 0,
- "88": 0
- },
- "Branches": [
- {
- "Line": 82,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 82,
- "Offset": 14,
- "EndOffset": 16,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 82,
- "Offset": 6,
- "EndOffset": 33,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 82,
- "Offset": 14,
- "EndOffset": 33,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.TaskResult`1::.ctor(System.Threading.Tasks.Task`1)": {
- "Lines": {
- "67": 0,
- "69": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\ViewAttachedEventArgs.cs": {
- "Caliburn.Micro.ViewAttachedEventArgs": {
- "System.Object Caliburn.Micro.ViewAttachedEventArgs::get_View()": {
- "Lines": {
- "13": 0
- },
- "Branches": []
- },
- "System.Object Caliburn.Micro.ViewAttachedEventArgs::get_Context()": {
- "Lines": {
- "18": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\ViewAware.cs": {
- "Caliburn.Micro.ViewAware": {
- "System.Collections.Generic.IDictionary`2 Caliburn.Micro.ViewAware::get_Views()": {
- "Lines": {
- "24": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.ViewAware::Caliburn.Micro.IViewAware.AttachView(System.Object,System.Object)": {
- "Lines": {
- "42": 0,
- "44": 0,
- "45": 0,
- "46": 0,
- "47": 0,
- "49": 0,
- "50": 0,
- "52": 0,
- "56": 0,
- "58": 0
- },
- "Branches": [
- {
- "Line": 42,
- "Offset": 8,
- "EndOffset": 10,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 42,
- "Offset": 8,
- "EndOffset": 16,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 50,
- "Offset": 105,
- "EndOffset": 107,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 50,
- "Offset": 105,
- "EndOffset": 115,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 50,
- "Offset": 113,
- "EndOffset": 115,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 50,
- "Offset": 113,
- "EndOffset": 140,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.ViewAware::AttachViewReadyOnActivated(Caliburn.Micro.IActivate,System.Object)": {
- "Lines": {
- "62": 0,
- "63": 0,
- "64": 0,
- "65": 0,
- "66": 0,
- "67": 0,
- "68": 0,
- "69": 0,
- "70": 0,
- "71": 0,
- "72": 0,
- "73": 0,
- "74": 0,
- "75": 0,
- "76": 0
- },
- "Branches": [
- {
- "Line": 68,
- "Offset": 30,
- "EndOffset": 32,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 68,
- "Offset": 30,
- "EndOffset": 61,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.ViewAware::OnViewAttached(System.Object,System.Object)": {
- "Lines": {
- "85": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.ViewAware::OnViewLoaded(System.Object)": {
- "Lines": {
- "93": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.ViewAware::OnViewReady(System.Object)": {
- "Lines": {
- "101": 0
- },
- "Branches": []
- },
- "System.Object Caliburn.Micro.ViewAware::GetView(System.Object)": {
- "Lines": {
- "111": 0,
- "112": 0
- },
- "Branches": [
- {
- "Line": 111,
- "Offset": 8,
- "EndOffset": 10,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 111,
- "Offset": 8,
- "EndOffset": 16,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.ViewAware::.ctor()": {
- "Lines": {
- "30": 2,
- "32": 2,
- "33": 2,
- "38": 2
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.ViewAware::.cctor()": {
- "Lines": {
- "17": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\WeakValueDictionary.cs": {
- "Caliburn.Micro.WeakValueDictionary`2": {
- "System.Boolean Caliburn.Micro.WeakValueDictionary`2::IsCleanupNeeded()": {
- "Lines": {
- "23": 0,
- "25": 0,
- "26": 0,
- "29": 0
- },
- "Branches": [
- {
- "Line": 23,
- "Offset": 11,
- "EndOffset": 13,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 23,
- "Offset": 11,
- "EndOffset": 31,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.WeakValueDictionary`2::CleanAbandonedItems()": {
- "Lines": {
- "34": 0,
- "35": 0,
- "36": 0,
- "38": 0,
- "39": 0
- },
- "Branches": [
- {
- "Line": 34,
- "Offset": 12,
- "EndOffset": 14,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 34,
- "Offset": 12,
- "EndOffset": 37,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 34,
- "Offset": 48,
- "EndOffset": 50,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 34,
- "Offset": 48,
- "EndOffset": 73,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.WeakValueDictionary`2::CleanIfNeeded()": {
- "Lines": {
- "43": 0,
- "45": 0,
- "47": 0
- },
- "Branches": [
- {
- "Line": 43,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 43,
- "Offset": 6,
- "EndOffset": 14,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Collections.Generic.IEnumerator`1> Caliburn.Micro.WeakValueDictionary`2::GetEnumerator()": {
- "Lines": {
- "118": 0,
- "119": 0,
- "120": 0,
- "121": 0
- },
- "Branches": [
- {
- "Line": 119,
- "Offset": 18,
- "EndOffset": 20,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 119,
- "Offset": 18,
- "EndOffset": 43,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 119,
- "Offset": 54,
- "EndOffset": 56,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 119,
- "Offset": 54,
- "EndOffset": 79,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- },
- "System.Collections.IEnumerator Caliburn.Micro.WeakValueDictionary`2::System.Collections.IEnumerable.GetEnumerator()": {
- "Lines": {
- "126": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.WeakValueDictionary`2::System.Collections.Generic.ICollection>.Add(System.Collections.Generic.KeyValuePair`2)": {
- "Lines": {
- "131": 0,
- "132": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.WeakValueDictionary`2::Clear()": {
- "Lines": {
- "139": 0,
- "140": 0
- },
- "Branches": []
- },
- "System.Boolean Caliburn.Micro.WeakValueDictionary`2::System.Collections.Generic.ICollection>.Contains(System.Collections.Generic.KeyValuePair`2)": {
- "Lines": {
- "145": 0,
- "147": 0,
- "150": 0
- },
- "Branches": [
- {
- "Line": 145,
- "Offset": 15,
- "EndOffset": 17,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 145,
- "Offset": 15,
- "EndOffset": 19,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.WeakValueDictionary`2::System.Collections.Generic.ICollection>.CopyTo(System.Collections.Generic.KeyValuePair`2[],System.Int32)": {
- "Lines": {
- "155": 0,
- "157": 0,
- "160": 0,
- "162": 0,
- "165": 0,
- "167": 0,
- "168": 0,
- "171": 0,
- "172": 0
- },
- "Branches": [
- {
- "Line": 155,
- "Offset": 1,
- "EndOffset": 3,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 155,
- "Offset": 1,
- "EndOffset": 14,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 160,
- "Offset": 16,
- "EndOffset": 18,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 160,
- "Offset": 16,
- "EndOffset": 24,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 160,
- "Offset": 22,
- "EndOffset": 24,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 160,
- "Offset": 22,
- "EndOffset": 35,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 165,
- "Offset": 46,
- "EndOffset": 48,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 165,
- "Offset": 46,
- "EndOffset": 59,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- }
- ]
- },
- "System.Boolean Caliburn.Micro.WeakValueDictionary`2::System.Collections.Generic.ICollection>.Remove(System.Collections.Generic.KeyValuePair`2)": {
- "Lines": {
- "177": 0,
- "179": 0,
- "182": 0,
- "184": 0,
- "187": 0
- },
- "Branches": [
- {
- "Line": 177,
- "Offset": 15,
- "EndOffset": 17,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 177,
- "Offset": 15,
- "EndOffset": 19,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 182,
- "Offset": 37,
- "EndOffset": 39,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 182,
- "Offset": 37,
- "EndOffset": 41,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- },
- "System.Int32 Caliburn.Micro.WeakValueDictionary`2::get_Count()": {
- "Lines": {
- "202": 0,
- "203": 0
- },
- "Branches": []
- },
- "System.Boolean Caliburn.Micro.WeakValueDictionary`2::System.Collections.Generic.ICollection>.get_IsReadOnly()": {
- "Lines": {
- "209": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.WeakValueDictionary`2::Add(TKey,TValue)": {
- "Lines": {
- "219": 0,
- "220": 0,
- "221": 0
- },
- "Branches": []
- },
- "System.Boolean Caliburn.Micro.WeakValueDictionary`2::ContainsKey(TKey)": {
- "Lines": {
- "231": 0
- },
- "Branches": []
- },
- "System.Boolean Caliburn.Micro.WeakValueDictionary`2::Remove(TKey)": {
- "Lines": {
- "241": 0,
- "242": 0
- },
- "Branches": []
- },
- "System.Boolean Caliburn.Micro.WeakValueDictionary`2::TryGetValue(TKey,TValue&)": {
- "Lines": {
- "256": 0,
- "259": 0,
- "261": 0,
- "262": 0,
- "265": 0,
- "266": 0,
- "268": 0,
- "269": 0,
- "270": 0,
- "273": 0,
- "274": 0
- },
- "Branches": [
- {
- "Line": 259,
- "Offset": 20,
- "EndOffset": 22,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 259,
- "Offset": 20,
- "EndOffset": 31,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 266,
- "Offset": 49,
- "EndOffset": 51,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 266,
- "Offset": 49,
- "EndOffset": 73,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- },
- "TValue Caliburn.Micro.WeakValueDictionary`2::get_Item(TKey)": {
- "Lines": {
- "290": 0,
- "292": 0,
- "295": 0
- },
- "Branches": [
- {
- "Line": 290,
- "Offset": 9,
- "EndOffset": 11,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 290,
- "Offset": 9,
- "EndOffset": 17,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.WeakValueDictionary`2::set_Item(TKey,TValue)": {
- "Lines": {
- "299": 0,
- "300": 0,
- "301": 0
- },
- "Branches": []
- },
- "System.Collections.Generic.ICollection`1 Caliburn.Micro.WeakValueDictionary`2::get_Keys()": {
- "Lines": {
- "309": 0
- },
- "Branches": []
- },
- "System.Collections.Generic.ICollection`1 Caliburn.Micro.WeakValueDictionary`2::get_Values()": {
- "Lines": {
- "317": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.WeakValueDictionary`2::<.ctor>b__6_0(System.Collections.Generic.KeyValuePair`2)": {
- "Lines": {
- "68": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.WeakValueDictionary`2::<.ctor>b__7_0(System.Collections.Generic.KeyValuePair`2)": {
- "Lines": {
- "79": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.WeakValueDictionary`2::.ctor()": {
- "Lines": {
- "17": 2,
- "56": 2,
- "58": 2,
- "59": 2
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.WeakValueDictionary`2::.ctor(System.Collections.Generic.IDictionary`2)": {
- "Lines": {
- "65": 0,
- "67": 0,
- "69": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.WeakValueDictionary`2::.ctor(System.Collections.Generic.IDictionary`2,System.Collections.Generic.IEqualityComparer`1)": {
- "Lines": {
- "76": 0,
- "78": 0,
- "80": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.WeakValueDictionary`2::.ctor(System.Collections.Generic.IEqualityComparer`1)": {
- "Lines": {
- "86": 0,
- "88": 0,
- "89": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.WeakValueDictionary`2::.ctor(System.Int32)": {
- "Lines": {
- "95": 0,
- "97": 0,
- "98": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.WeakValueDictionary`2::.ctor(System.Int32,System.Collections.Generic.IEqualityComparer`1)": {
- "Lines": {
- "105": 0,
- "107": 0,
- "108": 0
- },
- "Branches": []
- }
- },
- "Caliburn.Micro.WeakValueDictionary`2/ValueCollection": {
- "System.Collections.Generic.IEnumerator`1 Caliburn.Micro.WeakValueDictionary`2/ValueCollection::GetEnumerator()": {
- "Lines": {
- "333": 0
- },
- "Branches": [
- {
- "Line": 333,
- "Offset": 12,
- "EndOffset": 14,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 333,
- "Offset": 12,
- "EndOffset": 37,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Collections.IEnumerator Caliburn.Micro.WeakValueDictionary`2/ValueCollection::System.Collections.IEnumerable.GetEnumerator()": {
- "Lines": {
- "338": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.WeakValueDictionary`2/ValueCollection::System.Collections.Generic.ICollection.Add(TValue)": {
- "Lines": {
- "343": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.WeakValueDictionary`2/ValueCollection::System.Collections.Generic.ICollection.Clear()": {
- "Lines": {
- "348": 0
- },
- "Branches": []
- },
- "System.Boolean Caliburn.Micro.WeakValueDictionary`2/ValueCollection::System.Collections.Generic.ICollection.Contains(TValue)": {
- "Lines": {
- "353": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.WeakValueDictionary`2/ValueCollection::CopyTo(TValue[],System.Int32)": {
- "Lines": {
- "358": 0,
- "360": 0,
- "363": 0,
- "365": 0,
- "368": 0,
- "370": 0,
- "371": 0,
- "374": 0,
- "375": 0
- },
- "Branches": [
- {
- "Line": 358,
- "Offset": 1,
- "EndOffset": 3,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 358,
- "Offset": 1,
- "EndOffset": 14,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 363,
- "Offset": 16,
- "EndOffset": 18,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 363,
- "Offset": 16,
- "EndOffset": 24,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 363,
- "Offset": 22,
- "EndOffset": 24,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 363,
- "Offset": 22,
- "EndOffset": 35,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 368,
- "Offset": 46,
- "EndOffset": 48,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 368,
- "Offset": 46,
- "EndOffset": 59,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- }
- ]
- },
- "System.Boolean Caliburn.Micro.WeakValueDictionary`2/ValueCollection::System.Collections.Generic.ICollection.Remove(TValue)": {
- "Lines": {
- "379": 0
- },
- "Branches": []
- },
- "System.Int32 Caliburn.Micro.WeakValueDictionary`2/ValueCollection::get_Count()": {
- "Lines": {
- "384": 0
- },
- "Branches": []
- },
- "System.Boolean Caliburn.Micro.WeakValueDictionary`2/ValueCollection::System.Collections.Generic.ICollection.get_IsReadOnly()": {
- "Lines": {
- "389": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.WeakValueDictionary`2/ValueCollection::.ctor(Caliburn.Micro.WeakValueDictionary`2)": {
- "Lines": {
- "326": 0,
- "328": 0,
- "329": 0
- },
- "Branches": []
- }
- }
- }
- },
- "Caliburn.Micro.Platform.Core.dll": {
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Platform.Core\\AssemblySource.cs": {
- "Caliburn.Micro.AssemblySource": {
- "System.Void Caliburn.Micro.AssemblySource::AddRange(System.Collections.Generic.IEnumerable`1)": {
- "Lines": {
- "27": 0,
- "31": 0,
- "32": 0,
- "33": 0,
- "34": 0,
- "37": 0,
- "39": 0
- },
- "Branches": [
- {
- "Line": 27,
- "Offset": 51,
- "EndOffset": 9,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 31,
- "Offset": 27,
- "EndOffset": 29,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 31,
- "Offset": 27,
- "EndOffset": 40,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 27,
- "Offset": 51,
- "EndOffset": 53,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.AssemblySource::.cctor()": {
- "Lines": {
- "18": 1,
- "44": 1,
- "45": 1,
- "46": 0,
- "47": 1,
- "48": 0,
- "49": 1,
- "50": 1,
- "51": 0,
- "52": 0,
- "53": 0,
- "54": 0,
- "55": 1
- },
- "Branches": [
- {
- "Line": 46,
- "Offset": 1,
- "EndOffset": 3,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 46,
- "Offset": 1,
- "EndOffset": 5,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- }
- },
- "Caliburn.Micro.AssemblySourceCache": {
- "System.Void Caliburn.Micro.AssemblySourceCache::AddTypeAssembly(System.Type)": {
- "Lines": {
- "122": 6,
- "124": 2,
- "126": 6
- },
- "Branches": [
- {
- "Line": 122,
- "Offset": 16,
- "EndOffset": 18,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 2
- },
- {
- "Line": 122,
- "Offset": 16,
- "EndOffset": 35,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 6
- }
- ]
- },
- "System.Void Caliburn.Micro.AssemblySourceCache::.cctor()": {
- "Lines": {
- "64": 1,
- "69": 1,
- "70": 7,
- "71": 7,
- "72": 67,
- "77": 1,
- "78": 1,
- "79": 2,
- "80": 1,
- "81": 1,
- "82": 1,
- "83": 1,
- "84": 1,
- "85": 1,
- "86": 1,
- "87": 1,
- "88": 5,
- "89": 1,
- "90": 1,
- "91": 2,
- "92": 2,
- "93": 2,
- "94": 2,
- "95": 1,
- "96": 1,
- "97": 1,
- "98": 3,
- "99": 3,
- "100": 4,
- "101": 3,
- "102": 1,
- "103": 1,
- "104": 4,
- "105": 1,
- "106": 1,
- "107": 1,
- "108": 1,
- "109": 1,
- "110": 0,
- "111": 1,
- "112": 0,
- "113": 1,
- "114": 1,
- "115": 0,
- "116": 0,
- "117": 1,
- "118": 2
- },
- "Branches": [
- {
- "Line": 79,
- "Offset": 5,
- "EndOffset": 7,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 1
- },
- {
- "Line": 79,
- "Offset": 5,
- "EndOffset": 8,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 1
- },
- {
- "Line": 88,
- "Offset": 8,
- "EndOffset": 33,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 88,
- "Offset": 8,
- "EndOffset": 34,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 2
- },
- {
- "Line": 88,
- "Offset": 8,
- "EndOffset": 99,
- "Path": 2,
- "Ordinal": 2,
- "Hits": 3
- },
- {
- "Line": 88,
- "Offset": 8,
- "EndOffset": 99,
- "Path": 3,
- "Ordinal": 3,
- "Hits": 3
- },
- {
- "Line": 88,
- "Offset": 8,
- "EndOffset": 99,
- "Path": 5,
- "Ordinal": 5,
- "Hits": 3
- },
- {
- "Line": 88,
- "Offset": 8,
- "EndOffset": 167,
- "Path": 4,
- "Ordinal": 4,
- "Hits": 3
- },
- {
- "Line": 110,
- "Offset": 1,
- "EndOffset": 3,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 110,
- "Offset": 1,
- "EndOffset": 5,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Platform.Core\\ExtensionMethods.cs": {
- "Caliburn.Micro.ExtensionMethods": {
- "System.String Caliburn.Micro.ExtensionMethods::GetAssemblyName(System.Reflection.Assembly)": {
- "Lines": {
- "18": 0
- },
- "Branches": []
- },
- "TValue Caliburn.Micro.ExtensionMethods::GetValueOrDefault(System.Collections.Generic.IDictionary`2,TKey)": {
- "Lines": {
- "31": 0
- },
- "Branches": [
- {
- "Line": 31,
- "Offset": 9,
- "EndOffset": 11,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 31,
- "Offset": 9,
- "EndOffset": 21,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Platform.Core\\NameTransformer.cs": {
- "Caliburn.Micro.NameTransformer": {
- "System.Boolean Caliburn.Micro.NameTransformer::get_UseEagerRuleSelection()": {
- "Lines": {
- "22": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.NameTransformer::set_UseEagerRuleSelection(System.Boolean)": {
- "Lines": {
- "23": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.NameTransformer::AddRule(System.String,System.String,System.String)": {
- "Lines": {
- "34": 0,
- "35": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.NameTransformer::AddRule(System.String,System.Collections.Generic.IEnumerable`1,System.String)": {
- "Lines": {
- "45": 16,
- "46": 16,
- "47": 16,
- "48": 16,
- "49": 16,
- "50": 16,
- "51": 16,
- "52": 16,
- "53": 16
- },
- "Branches": []
- },
- "System.Collections.Generic.IEnumerable`1 Caliburn.Micro.NameTransformer::Transform(System.String)": {
- "Lines": {
- "62": 0
- },
- "Branches": []
- },
- "System.Collections.Generic.IEnumerable`1 Caliburn.Micro.NameTransformer::Transform(System.String,System.Func`2)": {
- "Lines": {
- "73": 0,
- "74": 0,
- "76": 0,
- "78": 0,
- "83": 0,
- "88": 0,
- "89": 0,
- "90": 0,
- "91": 0,
- "92": 0,
- "94": 0,
- "96": 0,
- "100": 0
- },
- "Branches": [
- {
- "Line": 76,
- "Offset": 193,
- "EndOffset": 36,
- "Path": 1,
- "Ordinal": 9,
- "Hits": 0
- },
- {
- "Line": 78,
- "Offset": 77,
- "EndOffset": 79,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 78,
- "Offset": 77,
- "EndOffset": 108,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 78,
- "Offset": 106,
- "EndOffset": 108,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 83,
- "Offset": 135,
- "EndOffset": 137,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 94,
- "Offset": 183,
- "EndOffset": 185,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 78,
- "Offset": 106,
- "EndOffset": 187,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 83,
- "Offset": 135,
- "EndOffset": 187,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 94,
- "Offset": 183,
- "EndOffset": 187,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- },
- {
- "Line": 76,
- "Offset": 193,
- "EndOffset": 198,
- "Path": 0,
- "Ordinal": 8,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.NameTransformer::.ctor()": {
- "Lines": {
- "15": 2
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.NameTransformer::.cctor()": {
- "Lines": {
- "13": 1
- },
- "Branches": []
- }
- },
- "Caliburn.Micro.NameTransformer/Rule": {
- "System.Text.RegularExpressions.Regex Caliburn.Micro.NameTransformer/Rule::get_GlobalFilterPatternRegex()": {
- "Lines": {
- "133": 0
- },
- "Branches": [
- {
- "Line": 133,
- "Offset": 7,
- "EndOffset": 9,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 133,
- "Offset": 7,
- "EndOffset": 45,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Text.RegularExpressions.Regex Caliburn.Micro.NameTransformer/Rule::get_ReplacePatternRegex()": {
- "Lines": {
- "144": 0
- },
- "Branches": [
- {
- "Line": 144,
- "Offset": 7,
- "EndOffset": 9,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 144,
- "Offset": 7,
- "EndOffset": 45,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Platform.Core\\RegExHelper.cs": {
- "Caliburn.Micro.RegExHelper": {
- "System.String Caliburn.Micro.RegExHelper::GetCaptureGroup(System.String,System.String)": {
- "Lines": {
- "33": 72
- },
- "Branches": []
- },
- "System.String Caliburn.Micro.RegExHelper::NamespaceToRegEx(System.String)": {
- "Lines": {
- "44": 16,
- "47": 16,
- "48": 16
- },
- "Branches": []
- },
- "System.String Caliburn.Micro.RegExHelper::GetNameCaptureGroup(System.String)": {
- "Lines": {
- "58": 16
- },
- "Branches": []
- },
- "System.String Caliburn.Micro.RegExHelper::GetNamespaceCaptureGroup(System.String)": {
- "Lines": {
- "68": 16
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Platform.Core\\StringSplitter.cs": {
- "Caliburn.Micro.StringSplitter": {
- "System.String[] Caliburn.Micro.StringSplitter::Split(System.String,System.Char)": {
- "Lines": {
- "26": 5,
- "27": 5,
- "29": 5,
- "31": 238,
- "34": 114,
- "36": 0,
- "38": 114,
- "40": 0,
- "42": 114,
- "44": 5,
- "46": 5,
- "47": 5,
- "49": 5,
- "52": 5,
- "53": 5,
- "57": 109,
- "60": 5,
- "61": 5,
- "63": 4,
- "66": 5,
- "67": 9,
- "68": 5
- },
- "Branches": [
- {
- "Line": 31,
- "Offset": 125,
- "EndOffset": 21,
- "Path": 1,
- "Ordinal": 11,
- "Hits": 114
- },
- {
- "Line": 34,
- "Offset": 35,
- "EndOffset": 37,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 34,
- "Offset": 35,
- "EndOffset": 43,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 114
- },
- {
- "Line": 38,
- "Offset": 47,
- "EndOffset": 49,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 38,
- "Offset": 47,
- "EndOffset": 55,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 114
- },
- {
- "Line": 42,
- "Offset": 58,
- "EndOffset": 60,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 5
- },
- {
- "Line": 44,
- "Offset": 61,
- "EndOffset": 63,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 5
- },
- {
- "Line": 47,
- "Offset": 74,
- "EndOffset": 76,
- "Path": 0,
- "Ordinal": 8,
- "Hits": 5
- },
- {
- "Line": 47,
- "Offset": 74,
- "EndOffset": 93,
- "Path": 1,
- "Ordinal": 9,
- "Hits": 5
- },
- {
- "Line": 42,
- "Offset": 58,
- "EndOffset": 102,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 109
- },
- {
- "Line": 44,
- "Offset": 61,
- "EndOffset": 102,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 109
- },
- {
- "Line": 31,
- "Offset": 125,
- "EndOffset": 127,
- "Path": 0,
- "Ordinal": 10,
- "Hits": 5
- },
- {
- "Line": 61,
- "Offset": 138,
- "EndOffset": 140,
- "Path": 0,
- "Ordinal": 12,
- "Hits": 4
- },
- {
- "Line": 61,
- "Offset": 138,
- "EndOffset": 157,
- "Path": 1,
- "Ordinal": 13,
- "Hits": 5
- }
- ]
- },
- "System.String[] Caliburn.Micro.StringSplitter::SplitParameters(System.String)": {
- "Lines": {
- "80": 0,
- "81": 0,
- "83": 0,
- "85": 0,
- "86": 0,
- "87": 0,
- "88": 0,
- "90": 0,
- "92": 0,
- "94": 0,
- "96": 0,
- "100": 0,
- "105": 0,
- "106": 0,
- "108": 0,
- "109": 0,
- "111": 0,
- "112": 0,
- "114": 0,
- "115": 0,
- "117": 0,
- "118": 0,
- "120": 0,
- "121": 0,
- "123": 0,
- "130": 0,
- "131": 0,
- "132": 0,
- "138": 0,
- "141": 0,
- "143": 0
- },
- "Branches": [
- {
- "Line": 88,
- "Offset": 232,
- "EndOffset": 30,
- "Path": 1,
- "Ordinal": 33,
- "Hits": 0
- },
- {
- "Line": 92,
- "Offset": 44,
- "EndOffset": 46,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 92,
- "Offset": 44,
- "EndOffset": 52,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 92,
- "Offset": 50,
- "EndOffset": 52,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 94,
- "Offset": 54,
- "EndOffset": 56,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 94,
- "Offset": 54,
- "EndOffset": 70,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 94,
- "Offset": 68,
- "EndOffset": 70,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 92,
- "Offset": 50,
- "EndOffset": 75,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 94,
- "Offset": 68,
- "EndOffset": 75,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- },
- {
- "Line": 100,
- "Offset": 76,
- "EndOffset": 81,
- "Path": 0,
- "Ordinal": 8,
- "Hits": 0
- },
- {
- "Line": 100,
- "Offset": 85,
- "EndOffset": 87,
- "Path": 0,
- "Ordinal": 10,
- "Hits": 0
- },
- {
- "Line": 100,
- "Offset": 91,
- "EndOffset": 93,
- "Path": 0,
- "Ordinal": 12,
- "Hits": 0
- },
- {
- "Line": 100,
- "Offset": 97,
- "EndOffset": 99,
- "Path": 0,
- "Ordinal": 14,
- "Hits": 0
- },
- {
- "Line": 100,
- "Offset": 85,
- "EndOffset": 107,
- "Path": 1,
- "Ordinal": 11,
- "Hits": 0
- },
- {
- "Line": 100,
- "Offset": 111,
- "EndOffset": 113,
- "Path": 0,
- "Ordinal": 18,
- "Hits": 0
- },
- {
- "Line": 100,
- "Offset": 117,
- "EndOffset": 119,
- "Path": 0,
- "Ordinal": 20,
- "Hits": 0
- },
- {
- "Line": 100,
- "Offset": 117,
- "EndOffset": 127,
- "Path": 1,
- "Ordinal": 21,
- "Hits": 0
- },
- {
- "Line": 100,
- "Offset": 123,
- "EndOffset": 133,
- "Path": 1,
- "Ordinal": 23,
- "Hits": 0
- },
- {
- "Line": 100,
- "Offset": 103,
- "EndOffset": 139,
- "Path": 1,
- "Ordinal": 17,
- "Hits": 0
- },
- {
- "Line": 100,
- "Offset": 111,
- "EndOffset": 147,
- "Path": 1,
- "Ordinal": 19,
- "Hits": 0
- },
- {
- "Line": 100,
- "Offset": 91,
- "EndOffset": 155,
- "Path": 1,
- "Ordinal": 13,
- "Hits": 0
- },
- {
- "Line": 100,
- "Offset": 97,
- "EndOffset": 163,
- "Path": 1,
- "Ordinal": 15,
- "Hits": 0
- },
- {
- "Line": 100,
- "Offset": 103,
- "EndOffset": 171,
- "Path": 0,
- "Ordinal": 16,
- "Hits": 0
- },
- {
- "Line": 100,
- "Offset": 123,
- "EndOffset": 171,
- "Path": 0,
- "Ordinal": 22,
- "Hits": 0
- },
- {
- "Line": 123,
- "Offset": 175,
- "EndOffset": 177,
- "Path": 0,
- "Ordinal": 24,
- "Hits": 0
- },
- {
- "Line": 123,
- "Offset": 179,
- "EndOffset": 181,
- "Path": 0,
- "Ordinal": 26,
- "Hits": 0
- },
- {
- "Line": 123,
- "Offset": 183,
- "EndOffset": 185,
- "Path": 0,
- "Ordinal": 28,
- "Hits": 0
- },
- {
- "Line": 123,
- "Offset": 186,
- "EndOffset": 188,
- "Path": 0,
- "Ordinal": 30,
- "Hits": 0
- },
- {
- "Line": 100,
- "Offset": 76,
- "EndOffset": 209,
- "Path": 1,
- "Ordinal": 9,
- "Hits": 0
- },
- {
- "Line": 123,
- "Offset": 175,
- "EndOffset": 209,
- "Path": 1,
- "Ordinal": 25,
- "Hits": 0
- },
- {
- "Line": 123,
- "Offset": 179,
- "EndOffset": 209,
- "Path": 1,
- "Ordinal": 27,
- "Hits": 0
- },
- {
- "Line": 123,
- "Offset": 183,
- "EndOffset": 209,
- "Path": 1,
- "Ordinal": 29,
- "Hits": 0
- },
- {
- "Line": 123,
- "Offset": 186,
- "EndOffset": 209,
- "Path": 1,
- "Ordinal": 31,
- "Hits": 0
- },
- {
- "Line": 88,
- "Offset": 232,
- "EndOffset": 237,
- "Path": 0,
- "Ordinal": 32,
- "Hits": 0
- }
- ]
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Platform.Core\\TypeMappingConfiguration.cs": {
- "Caliburn.Micro.TypeMappingConfiguration": {
- "System.String Caliburn.Micro.TypeMappingConfiguration::get_DefaultSubNamespaceForViews()": {
- "Lines": {
- "13": 48
- },
- "Branches": []
- },
- "System.String Caliburn.Micro.TypeMappingConfiguration::get_DefaultSubNamespaceForViewModels()": {
- "Lines": {
- "18": 44
- },
- "Branches": []
- },
- "System.Boolean Caliburn.Micro.TypeMappingConfiguration::get_UseNameSuffixesInMappings()": {
- "Lines": {
- "23": 20
- },
- "Branches": []
- },
- "System.String Caliburn.Micro.TypeMappingConfiguration::get_NameFormat()": {
- "Lines": {
- "28": 42
- },
- "Branches": []
- },
- "System.Boolean Caliburn.Micro.TypeMappingConfiguration::get_IncludeViewSuffixInViewModelNames()": {
- "Lines": {
- "33": 20
- },
- "Branches": []
- },
- "System.Collections.Generic.List`1 Caliburn.Micro.TypeMappingConfiguration::get_ViewSuffixList()": {
- "Lines": {
- "39": 20
- },
- "Branches": []
- },
- "System.String Caliburn.Micro.TypeMappingConfiguration::get_ViewModelSuffix()": {
- "Lines": {
- "44": 20
- },
- "Branches": []
- }
- }
- }
- }
-}
\ No newline at end of file
diff --git a/src/Caliburn.Micro.Core.Tests/coverage.json b/src/Caliburn.Micro.Core.Tests/coverage.json
deleted file mode 100644
index cdf05586..00000000
--- a/src/Caliburn.Micro.Core.Tests/coverage.json
+++ /dev/null
@@ -1,6311 +0,0 @@
-{
- "Caliburn.Micro.Core.dll": {
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\ActivateExtensions.cs": {
- "Caliburn.Micro.ActivateExtensions": {
- "System.Threading.Tasks.Task Caliburn.Micro.ActivateExtensions::ActivateAsync(Caliburn.Micro.IActivate)": {
- "Lines": {
- "15": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\ActivationEventArgs.cs": {
- "Caliburn.Micro.ActivationEventArgs": {
- "System.Boolean Caliburn.Micro.ActivationEventArgs::get_WasInitialized()": {
- "Lines": {
- "13": 16
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\ActivationProcessedEventArgs.cs": {
- "Caliburn.Micro.ActivationProcessedEventArgs": {
- "System.Object Caliburn.Micro.ActivationProcessedEventArgs::get_Item()": {
- "Lines": {
- "13": 4
- },
- "Branches": []
- },
- "System.Boolean Caliburn.Micro.ActivationProcessedEventArgs::get_Success()": {
- "Lines": {
- "19": 4
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\AsyncEventHandlerExtensions.cs": {
- "Caliburn.Micro.AsyncEventHandlerExtensions": {
- "System.Collections.Generic.IEnumerable`1> Caliburn.Micro.AsyncEventHandlerExtensions::GetHandlers(Caliburn.Micro.AsyncEventHandler`1)": {
- "Lines": {
- "25": 24
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task Caliburn.Micro.AsyncEventHandlerExtensions::InvokeAllAsync(Caliburn.Micro.AsyncEventHandler`1,System.Object,TEventArgs)": {
- "Lines": {
- "40": 24,
- "41": 24,
- "42": 54
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\BindableCollection.cs": {
- "Caliburn.Micro.BindableCollection`1": {
- "System.Boolean Caliburn.Micro.BindableCollection`1::get_IsNotifying()": {
- "Lines": {
- "36": 59
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.BindableCollection`1::NotifyOfPropertyChange(System.String)": {
- "Lines": {
- "44": 0,
- "46": 0,
- "48": 0,
- "52": 0,
- "55": 0
- },
- "Branches": [
- {
- "Line": 44,
- "Offset": 26,
- "EndOffset": 28,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 46,
- "Offset": 38,
- "EndOffset": 40,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 46,
- "Offset": 38,
- "EndOffset": 59,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 44,
- "Offset": 26,
- "EndOffset": 76,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.BindableCollection`1::Refresh()": {
- "Lines": {
- "62": 0,
- "64": 0,
- "65": 0,
- "66": 0,
- "67": 0,
- "68": 0,
- "69": 0,
- "73": 0,
- "74": 0,
- "75": 0,
- "77": 0
- },
- "Branches": [
- {
- "Line": 62,
- "Offset": 10,
- "EndOffset": 12,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 62,
- "Offset": 10,
- "EndOffset": 31,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.BindableCollection`1::InsertItem(System.Int32,T)": {
- "Lines": {
- "86": 13,
- "88": 26,
- "92": 0,
- "94": 0
- },
- "Branches": [
- {
- "Line": 86,
- "Offset": 37,
- "EndOffset": 39,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 13
- },
- {
- "Line": 86,
- "Offset": 37,
- "EndOffset": 58,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.BindableCollection`1::InsertItemBase(System.Int32,T)": {
- "Lines": {
- "106": 13,
- "107": 13
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.BindableCollection`1::SetItem(System.Int32,T)": {
- "Lines": {
- "116": 2,
- "118": 4,
- "122": 0,
- "124": 0
- },
- "Branches": [
- {
- "Line": 116,
- "Offset": 37,
- "EndOffset": 39,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 2
- },
- {
- "Line": 116,
- "Offset": 37,
- "EndOffset": 58,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.BindableCollection`1::SetItemBase(System.Int32,T)": {
- "Lines": {
- "136": 2,
- "137": 2
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.BindableCollection`1::RemoveItem(System.Int32)": {
- "Lines": {
- "145": 1,
- "147": 2,
- "151": 0,
- "153": 0
- },
- "Branches": [
- {
- "Line": 145,
- "Offset": 30,
- "EndOffset": 32,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 1
- },
- {
- "Line": 145,
- "Offset": 30,
- "EndOffset": 51,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.BindableCollection`1::RemoveItemBase(System.Int32)": {
- "Lines": {
- "164": 1,
- "165": 1
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.BindableCollection`1::ClearItems()": {
- "Lines": {
- "172": 1,
- "173": 1
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.BindableCollection`1::ClearItemsBase()": {
- "Lines": {
- "183": 1,
- "184": 1
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.BindableCollection`1::OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)": {
- "Lines": {
- "192": 17,
- "194": 17,
- "196": 17
- },
- "Branches": [
- {
- "Line": 192,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 17
- },
- {
- "Line": 192,
- "Offset": 6,
- "EndOffset": 15,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 17
- }
- ]
- },
- "System.Void Caliburn.Micro.BindableCollection`1::OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)": {
- "Lines": {
- "204": 32,
- "206": 32,
- "208": 32
- },
- "Branches": [
- {
- "Line": 204,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 32
- },
- {
- "Line": 204,
- "Offset": 6,
- "EndOffset": 15,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 32
- }
- ]
- },
- "System.Void Caliburn.Micro.BindableCollection`1::AddRange(System.Collections.Generic.IEnumerable`1)": {
- "Lines": {
- "233": 0,
- "235": 0,
- "239": 0,
- "241": 0
- },
- "Branches": [
- {
- "Line": 233,
- "Offset": 30,
- "EndOffset": 32,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 233,
- "Offset": 30,
- "EndOffset": 51,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.BindableCollection`1::RemoveRange(System.Collections.Generic.IEnumerable`1)": {
- "Lines": {
- "268": 0,
- "270": 0,
- "274": 0,
- "276": 0
- },
- "Branches": [
- {
- "Line": 268,
- "Offset": 30,
- "EndOffset": 32,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 268,
- "Offset": 30,
- "EndOffset": 51,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.BindableCollection`1::OnUIThread(System.Action)": {
- "Lines": {
- "283": 17
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.BindableCollection`1::.ctor()": {
- "Lines": {
- "18": 10,
- "20": 10,
- "21": 10
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.BindableCollection`1::.ctor(System.Collections.Generic.IEnumerable`1)": {
- "Lines": {
- "28": 0,
- "30": 0,
- "31": 0
- },
- "Branches": []
- }
- },
- "Caliburn.Micro.BindableCollection`1/<>c__DisplayClass18_0": {
- "System.Void Caliburn.Micro.BindableCollection`1/<>c__DisplayClass18_0::g__AddRange|0()": {
- "Lines": {
- "218": 0,
- "219": 0,
- "220": 0,
- "221": 0,
- "223": 0,
- "224": 0,
- "226": 0,
- "228": 0,
- "229": 0,
- "230": 0,
- "231": 0
- },
- "Branches": [
- {
- "Line": 221,
- "Offset": 80,
- "EndOffset": 50,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 221,
- "Offset": 80,
- "EndOffset": 82,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- }
- ]
- }
- },
- "Caliburn.Micro.BindableCollection`1/<>c__DisplayClass19_0": {
- "System.Void Caliburn.Micro.BindableCollection`1/<>c__DisplayClass19_0::g__RemoveRange|0()": {
- "Lines": {
- "251": 0,
- "252": 0,
- "253": 0,
- "255": 0,
- "256": 0,
- "258": 0,
- "261": 0,
- "263": 0,
- "264": 0,
- "265": 0,
- "266": 0
- },
- "Branches": [
- {
- "Line": 253,
- "Offset": 80,
- "EndOffset": 38,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 256,
- "Offset": 60,
- "EndOffset": 62,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 256,
- "Offset": 60,
- "EndOffset": 74,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 253,
- "Offset": 80,
- "EndOffset": 82,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- }
- ]
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\CloseResult.cs": {
- "Caliburn.Micro.CloseResult`1": {
- "System.Boolean Caliburn.Micro.CloseResult`1::get_CloseCanOccur()": {
- "Lines": {
- "25": 2
- },
- "Branches": []
- },
- "System.Collections.Generic.IEnumerable`1 Caliburn.Micro.CloseResult`1::get_Children()": {
- "Lines": {
- "30": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.CloseResult`1::.ctor(System.Boolean,System.Collections.Generic.IEnumerable`1)": {
- "Lines": {
- "16": 1,
- "18": 1,
- "19": 1,
- "20": 1
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\Conductor.cs": {
- "Caliburn.Micro.Conductor`1": {
- "System.Threading.Tasks.Task Caliburn.Micro.Conductor`1::OnActivateAsync(System.Threading.CancellationToken)": {
- "Lines": {
- "77": 0
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task Caliburn.Micro.Conductor`1::OnDeactivateAsync(System.Boolean,System.Threading.CancellationToken)": {
- "Lines": {
- "88": 0
- },
- "Branches": []
- },
- "System.Collections.Generic.IEnumerable`1 Caliburn.Micro.Conductor`1::GetChildren()": {
- "Lines": {
- "97": 0
- },
- "Branches": []
- }
- },
- "Caliburn.Micro.Conductor`1/d__0": {
- "System.Void Caliburn.Micro.Conductor`1/d__0::MoveNext()": {
- "Lines": {
- "15": 0,
- "17": 0,
- "19": 0,
- "20": 0,
- "22": 0,
- "25": 0,
- "27": 0,
- "29": 0,
- "33": 0,
- "35": 0
- },
- "Branches": [
- {
- "Line": 15,
- "Offset": 43,
- "EndOffset": 48,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 15,
- "Offset": 75,
- "EndOffset": 80,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 17,
- "Offset": 86,
- "EndOffset": 88,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 17,
- "Offset": 86,
- "EndOffset": 208,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 15,
- "Offset": 43,
- "EndOffset": 213,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 15,
- "Offset": 75,
- "EndOffset": 213,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 27,
- "Offset": 339,
- "EndOffset": 341,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 27,
- "Offset": 339,
- "EndOffset": 444,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- }
- ]
- }
- },
- "Caliburn.Micro.Conductor`1/d__2": {
- "System.Void Caliburn.Micro.Conductor`1/d__2::MoveNext()": {
- "Lines": {
- "66": 0,
- "68": 0,
- "69": 0
- },
- "Branches": []
- }
- },
- "Caliburn.Micro.Conductor`1/d__1": {
- "System.Void Caliburn.Micro.Conductor`1/d__1::MoveNext()": {
- "Lines": {
- "46": 0,
- "48": 0,
- "51": 0,
- "53": 0,
- "55": 0,
- "57": 0
- },
- "Branches": [
- {
- "Line": 46,
- "Offset": 38,
- "EndOffset": 40,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 46,
- "Offset": 38,
- "EndOffset": 69,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 46,
- "Offset": 67,
- "EndOffset": 69,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 46,
- "Offset": 67,
- "EndOffset": 74,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 53,
- "Offset": 199,
- "EndOffset": 201,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 53,
- "Offset": 199,
- "EndOffset": 305,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- }
- ]
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\ConductorWithCollectionAllActive.cs": {
- "Caliburn.Micro.Conductor`1/Collection/AllActive": {
- "Caliburn.Micro.IObservableCollection`1 Caliburn.Micro.Conductor`1/Collection/AllActive::get_Items()": {
- "Lines": {
- "65": 3
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task Caliburn.Micro.Conductor`1/Collection/AllActive::OnActivateAsync(System.Threading.CancellationToken)": {
- "Lines": {
- "72": 4
- },
- "Branches": []
- },
- "System.Collections.Generic.IEnumerable`1 Caliburn.Micro.Conductor`1/Collection/AllActive::GetChildren()": {
- "Lines": {
- "175": 0
- },
- "Branches": []
- },
- "T Caliburn.Micro.Conductor`1/Collection/AllActive::EnsureItem(T)": {
- "Lines": {
- "191": 0,
- "193": 0,
- "194": 0,
- "196": 0,
- "198": 0
- },
- "Branches": [
- {
- "Line": 193,
- "Offset": 15,
- "EndOffset": 17,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 193,
- "Offset": 15,
- "EndOffset": 31,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.Conductor`1/Collection/AllActive::<.ctor>b__3_0(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs)": {
- "Lines": {
- "43": 4,
- "46": 6,
- "47": 3,
- "49": 0,
- "50": 0,
- "52": 0,
- "53": 0,
- "54": 0,
- "56": 1,
- "59": 2
- },
- "Branches": [
- {
- "Line": 43,
- "Offset": 8,
- "EndOffset": 33,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 43,
- "Offset": 8,
- "EndOffset": 34,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 3
- },
- {
- "Line": 43,
- "Offset": 8,
- "EndOffset": 63,
- "Path": 2,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 49,
- "Offset": 80,
- "EndOffset": 82,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 49,
- "Offset": 80,
- "EndOffset": 105,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- },
- {
- "Line": 43,
- "Offset": 8,
- "EndOffset": 111,
- "Path": 3,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 53,
- "Offset": 156,
- "EndOffset": 158,
- "Path": 0,
- "Ordinal": 8,
- "Hits": 0
- },
- {
- "Line": 53,
- "Offset": 156,
- "EndOffset": 181,
- "Path": 1,
- "Ordinal": 9,
- "Hits": 0
- },
- {
- "Line": 43,
- "Offset": 8,
- "EndOffset": 187,
- "Path": 5,
- "Ordinal": 5,
- "Hits": 1
- },
- {
- "Line": 43,
- "Offset": 8,
- "EndOffset": 215,
- "Path": 4,
- "Ordinal": 4,
- "Hits": 1
- }
- ]
- },
- "System.Void Caliburn.Micro.Conductor`1/Collection/AllActive::.ctor(System.Boolean)": {
- "Lines": {
- "31": 0,
- "33": 0,
- "34": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.Conductor`1/Collection/AllActive::.ctor()": {
- "Lines": {
- "23": 1,
- "39": 1,
- "41": 1,
- "42": 1,
- "44": 1,
- "45": 1,
- "48": 1,
- "51": 1,
- "55": 1,
- "57": 1,
- "58": 1,
- "60": 1
- },
- "Branches": []
- }
- },
- "Caliburn.Micro.Conductor`1/Collection/AllActive/<>c": {
- "System.Boolean Caliburn.Micro.Conductor`1/Collection/AllActive/<>c::b__9_0(System.Reflection.PropertyInfo)": {
- "Lines": {
- "121": 0
- },
- "Branches": [
- {
- "Line": 121,
- "Offset": 16,
- "EndOffset": 18,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 121,
- "Offset": 16,
- "EndOffset": 50,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- }
- },
- "Caliburn.Micro.Conductor`1/Collection/AllActive/<>c__DisplayClass9_0": {
- "System.Object Caliburn.Micro.Conductor`1/Collection/AllActive/<>c__DisplayClass9_0::b__1(System.Reflection.PropertyInfo)": {
- "Lines": {
- "122": 0
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task Caliburn.Micro.Conductor`1/Collection/AllActive/<>c__DisplayClass9_0::b__2(T)": {
- "Lines": {
- "124": 0
- },
- "Branches": []
- }
- },
- "Caliburn.Micro.Conductor`1/Collection/AllActive/d__10": {
- "System.Void Caliburn.Micro.Conductor`1/Collection/AllActive/d__10::MoveNext()": {
- "Lines": {
- "135": 0,
- "136": 0,
- "138": 0,
- "140": 0,
- "141": 0,
- "143": 0,
- "144": 0
- },
- "Branches": [
- {
- "Line": 135,
- "Offset": 28,
- "EndOffset": 30,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 135,
- "Offset": 28,
- "EndOffset": 35,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 140,
- "Offset": 59,
- "EndOffset": 61,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 140,
- "Offset": 59,
- "EndOffset": 165,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- }
- },
- "Caliburn.Micro.Conductor`1/Collection/AllActive/d__8": {
- "System.Void Caliburn.Micro.Conductor`1/Collection/AllActive/d__8::MoveNext()": {
- "Lines": {
- "99": 0,
- "101": 0,
- "103": 0,
- "105": 0,
- "108": 0,
- "111": 0,
- "112": 0
- },
- "Branches": [
- {
- "Line": 101,
- "Offset": 159,
- "EndOffset": 164,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 101,
- "Offset": 180,
- "EndOffset": 185,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 103,
- "Offset": 341,
- "EndOffset": 219,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 103,
- "Offset": 341,
- "EndOffset": 343,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 101,
- "Offset": 159,
- "EndOffset": 398,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 101,
- "Offset": 180,
- "EndOffset": 398,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- }
- },
- "Caliburn.Micro.Conductor`1/Collection/AllActive/d__13": {
- "System.Void Caliburn.Micro.Conductor`1/Collection/AllActive/d__13::MoveNext()": {
- "Lines": {
- "180": 0,
- "181": 0,
- "182": 0
- },
- "Branches": []
- }
- },
- "Caliburn.Micro.Conductor`1/Collection/AllActive/d__11": {
- "System.Void Caliburn.Micro.Conductor`1/Collection/AllActive/d__11::MoveNext()": {
- "Lines": {
- "155": 0,
- "156": 0,
- "158": 0,
- "160": 0,
- "162": 0,
- "163": 0,
- "166": 0,
- "167": 0
- },
- "Branches": [
- {
- "Line": 155,
- "Offset": 43,
- "EndOffset": 45,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 155,
- "Offset": 43,
- "EndOffset": 50,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 158,
- "Offset": 56,
- "EndOffset": 61,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 162,
- "Offset": 186,
- "EndOffset": 191,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 158,
- "Offset": 56,
- "EndOffset": 296,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 162,
- "Offset": 186,
- "EndOffset": 401,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- }
- ]
- }
- },
- "Caliburn.Micro.Conductor`1/Collection/AllActive/d__7": {
- "System.Void Caliburn.Micro.Conductor`1/Collection/AllActive/d__7::MoveNext()": {
- "Lines": {
- "83": 8,
- "85": 3,
- "88": 1,
- "89": 1,
- "90": 1
- },
- "Branches": [
- {
- "Line": 83,
- "Offset": 169,
- "EndOffset": 45,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 3
- },
- {
- "Line": 83,
- "Offset": 169,
- "EndOffset": 171,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 1
- },
- {
- "Line": 88,
- "Offset": 210,
- "EndOffset": 212,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 1
- },
- {
- "Line": 88,
- "Offset": 210,
- "EndOffset": 223,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 1
- }
- ]
- }
- },
- "Caliburn.Micro.Conductor`1/Collection/AllActive/d__9": {
- "System.Void Caliburn.Micro.Conductor`1/Collection/AllActive/d__9::MoveNext()": {
- "Lines": {
- "119": 1,
- "120": 0,
- "123": 0,
- "125": 1
- },
- "Branches": [
- {
- "Line": 119,
- "Offset": 56,
- "EndOffset": 61,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 120,
- "Offset": 78,
- "EndOffset": 80,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 120,
- "Offset": 78,
- "EndOffset": 103,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 119,
- "Offset": 56,
- "EndOffset": 234,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 1
- }
- ]
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\ConductorWithCollectionOneActive.cs": {
- "Caliburn.Micro.Conductor`1/Collection/OneActive": {
- "Caliburn.Micro.IObservableCollection`1 Caliburn.Micro.Conductor`1/Collection/OneActive::get_Items()": {
- "Lines": {
- "52": 13
- },
- "Branches": []
- },
- "System.Collections.Generic.IEnumerable`1 Caliburn.Micro.Conductor`1/Collection/OneActive::GetChildren()": {
- "Lines": {
- "58": 1
- },
- "Branches": []
- },
- "T Caliburn.Micro.Conductor`1/Collection/OneActive::DetermineNextItemToActivate(System.Collections.Generic.IList`1,System.Int32)": {
- "Lines": {
- "131": 0,
- "133": 0,
- "134": 0,
- "136": 0,
- "137": 0,
- "139": 0
- },
- "Branches": [
- {
- "Line": 133,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 133,
- "Offset": 15,
- "EndOffset": 17,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 133,
- "Offset": 6,
- "EndOffset": 25,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 133,
- "Offset": 15,
- "EndOffset": 25,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 136,
- "Offset": 27,
- "EndOffset": 29,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 136,
- "Offset": 38,
- "EndOffset": 40,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 136,
- "Offset": 27,
- "EndOffset": 48,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 136,
- "Offset": 38,
- "EndOffset": 48,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- }
- ]
- },
- "System.Threading.Tasks.Task Caliburn.Micro.Conductor`1/Collection/OneActive::OnActivateAsync(System.Threading.CancellationToken)": {
- "Lines": {
- "193": 4
- },
- "Branches": []
- },
- "T Caliburn.Micro.Conductor`1/Collection/OneActive::EnsureItem(T)": {
- "Lines": {
- "226": 4,
- "228": 0,
- "232": 4,
- "234": 4,
- "235": 0,
- "237": 4,
- "240": 4
- },
- "Branches": [
- {
- "Line": 226,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 228,
- "Offset": 26,
- "EndOffset": 28,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 228,
- "Offset": 26,
- "EndOffset": 31,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 226,
- "Offset": 6,
- "EndOffset": 57,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 4
- },
- {
- "Line": 234,
- "Offset": 72,
- "EndOffset": 74,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 234,
- "Offset": 72,
- "EndOffset": 88,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 4
- }
- ]
- },
- "System.Void Caliburn.Micro.Conductor`1/Collection/OneActive::<.ctor>b__1_0(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs)": {
- "Lines": {
- "30": 13,
- "33": 20,
- "34": 10,
- "36": 2,
- "37": 1,
- "39": 4,
- "40": 4,
- "41": 2,
- "43": 0,
- "46": 9
- },
- "Branches": [
- {
- "Line": 30,
- "Offset": 8,
- "EndOffset": 33,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 30,
- "Offset": 8,
- "EndOffset": 34,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 10
- },
- {
- "Line": 30,
- "Offset": 8,
- "EndOffset": 63,
- "Path": 2,
- "Ordinal": 2,
- "Hits": 1
- },
- {
- "Line": 36,
- "Offset": 80,
- "EndOffset": 82,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 1
- },
- {
- "Line": 36,
- "Offset": 80,
- "EndOffset": 105,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 1
- },
- {
- "Line": 30,
- "Offset": 8,
- "EndOffset": 111,
- "Path": 3,
- "Ordinal": 3,
- "Hits": 2
- },
- {
- "Line": 40,
- "Offset": 156,
- "EndOffset": 158,
- "Path": 0,
- "Ordinal": 8,
- "Hits": 1
- },
- {
- "Line": 40,
- "Offset": 156,
- "EndOffset": 181,
- "Path": 1,
- "Ordinal": 9,
- "Hits": 2
- },
- {
- "Line": 30,
- "Offset": 8,
- "EndOffset": 187,
- "Path": 5,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 30,
- "Offset": 8,
- "EndOffset": 215,
- "Path": 4,
- "Ordinal": 4,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.Conductor`1/Collection/OneActive::.ctor()": {
- "Lines": {
- "21": 9,
- "26": 9,
- "28": 9,
- "29": 9,
- "31": 9,
- "32": 9,
- "35": 9,
- "38": 9,
- "42": 9,
- "44": 9,
- "45": 9,
- "47": 9
- },
- "Branches": []
- }
- },
- "Caliburn.Micro.Conductor`1/Collection/OneActive/d__5": {
- "System.Void Caliburn.Micro.Conductor`1/Collection/OneActive/d__5::MoveNext()": {
- "Lines": {
- "68": 4,
- "70": 0,
- "72": 0,
- "73": 0,
- "76": 0,
- "79": 4,
- "80": 4
- },
- "Branches": [
- {
- "Line": 68,
- "Offset": 38,
- "EndOffset": 43,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 4
- },
- {
- "Line": 68,
- "Offset": 70,
- "EndOffset": 75,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 70,
- "Offset": 81,
- "EndOffset": 83,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 70,
- "Offset": 81,
- "EndOffset": 203,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 68,
- "Offset": 38,
- "EndOffset": 205,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 4
- },
- {
- "Line": 68,
- "Offset": 70,
- "EndOffset": 205,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 4
- }
- ]
- }
- },
- "Caliburn.Micro.Conductor`1/Collection/OneActive/d__9": {
- "System.Void Caliburn.Micro.Conductor`1/Collection/OneActive/d__9::MoveNext()": {
- "Lines": {
- "149": 1,
- "151": 1,
- "153": 0,
- "155": 0,
- "157": 0,
- "158": 0,
- "161": 0,
- "162": 0,
- "163": 0,
- "164": 0,
- "166": 0,
- "167": 0,
- "168": 0,
- "170": 0,
- "171": 0,
- "172": 0,
- "173": 0,
- "175": 0,
- "177": 0,
- "180": 0,
- "181": 0,
- "183": 1,
- "184": 1
- },
- "Branches": [
- {
- "Line": 151,
- "Offset": 167,
- "EndOffset": 172,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 151,
- "Offset": 188,
- "EndOffset": 193,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 155,
- "Offset": 227,
- "EndOffset": 232,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 164,
- "Offset": 299,
- "EndOffset": 253,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 0
- },
- {
- "Line": 164,
- "Offset": 299,
- "EndOffset": 301,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 0
- },
- {
- "Line": 155,
- "Offset": 227,
- "EndOffset": 475,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 175,
- "Offset": 626,
- "EndOffset": 504,
- "Path": 1,
- "Ordinal": 9,
- "Hits": 0
- },
- {
- "Line": 175,
- "Offset": 626,
- "EndOffset": 628,
- "Path": 0,
- "Ordinal": 8,
- "Hits": 0
- },
- {
- "Line": 151,
- "Offset": 167,
- "EndOffset": 685,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 1
- },
- {
- "Line": 151,
- "Offset": 188,
- "EndOffset": 685,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 1
- }
- ]
- }
- },
- "Caliburn.Micro.Conductor`1/Collection/OneActive/d__7": {
- "System.Void Caliburn.Micro.Conductor`1/Collection/OneActive/d__7::MoveNext()": {
- "Lines": {
- "107": 0,
- "109": 0,
- "110": 0,
- "112": 0,
- "116": 0,
- "119": 0,
- "120": 0
- },
- "Branches": [
- {
- "Line": 107,
- "Offset": 54,
- "EndOffset": 59,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 107,
- "Offset": 54,
- "EndOffset": 189,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- }
- },
- "Caliburn.Micro.Conductor`1/Collection/OneActive/d__6": {
- "System.Void Caliburn.Micro.Conductor`1/Collection/OneActive/d__6::MoveNext()": {
- "Lines": {
- "91": 0,
- "92": 0,
- "94": 0,
- "95": 0,
- "98": 0,
- "100": 0,
- "101": 0,
- "103": 0
- },
- "Branches": [
- {
- "Line": 91,
- "Offset": 43,
- "EndOffset": 45,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 91,
- "Offset": 43,
- "EndOffset": 50,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 94,
- "Offset": 56,
- "EndOffset": 58,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 94,
- "Offset": 56,
- "EndOffset": 171,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 100,
- "Offset": 296,
- "EndOffset": 298,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 100,
- "Offset": 296,
- "EndOffset": 398,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- }
- ]
- }
- },
- "Caliburn.Micro.Conductor`1/Collection/OneActive/d__11": {
- "System.Void Caliburn.Micro.Conductor`1/Collection/OneActive/d__11::MoveNext()": {
- "Lines": {
- "204": 0,
- "206": 0,
- "208": 0,
- "211": 0,
- "215": 0,
- "217": 0
- },
- "Branches": [
- {
- "Line": 204,
- "Offset": 30,
- "EndOffset": 35,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 206,
- "Offset": 182,
- "EndOffset": 63,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 206,
- "Offset": 182,
- "EndOffset": 184,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 204,
- "Offset": 30,
- "EndOffset": 230,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\ConductorBase.cs": {
- "Caliburn.Micro.ConductorBase`1": {
- "Caliburn.Micro.ICloseStrategy`1 Caliburn.Micro.ConductorBase`1::get_CloseStrategy()": {
- "Lines": {
- "23": 1
- },
- "Branches": [
- {
- "Line": 23,
- "Offset": 7,
- "EndOffset": 9,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 1
- },
- {
- "Line": 23,
- "Offset": 7,
- "EndOffset": 25,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 1
- }
- ]
- },
- "System.Void Caliburn.Micro.ConductorBase`1::set_CloseStrategy(Caliburn.Micro.ICloseStrategy`1)": {
- "Lines": {
- "24": 0
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task Caliburn.Micro.ConductorBase`1::Caliburn.Micro.IConductor.DeactivateItemAsync(System.Object,System.Boolean,System.Threading.CancellationToken)": {
- "Lines": {
- "29": 0
- },
- "Branches": []
- },
- "System.Collections.IEnumerable Caliburn.Micro.ConductorBase`1::Caliburn.Micro.IParent.GetChildren()": {
- "Lines": {
- "34": 0
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task Caliburn.Micro.ConductorBase`1::Caliburn.Micro.IConductor.ActivateItemAsync(System.Object,System.Threading.CancellationToken)": {
- "Lines": {
- "50": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.ConductorBase`1::OnActivationProcessed(T,System.Boolean)": {
- "Lines": {
- "77": 4,
- "78": 0,
- "80": 4,
- "81": 4,
- "82": 4,
- "83": 4,
- "84": 4,
- "85": 4
- },
- "Branches": [
- {
- "Line": 77,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 77,
- "Offset": 6,
- "EndOffset": 9,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 4
- },
- {
- "Line": 80,
- "Offset": 16,
- "EndOffset": 18,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 80,
- "Offset": 16,
- "EndOffset": 20,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 4
- }
- ]
- },
- "T Caliburn.Micro.ConductorBase`1::EnsureItem(T)": {
- "Lines": {
- "94": 4,
- "95": 0,
- "97": 4
- },
- "Branches": [
- {
- "Line": 94,
- "Offset": 13,
- "EndOffset": 15,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 4
- },
- {
- "Line": 94,
- "Offset": 22,
- "EndOffset": 24,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 94,
- "Offset": 13,
- "EndOffset": 31,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 4
- },
- {
- "Line": 94,
- "Offset": 22,
- "EndOffset": 31,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 4
- }
- ]
- },
- "System.Void Caliburn.Micro.ConductorBase`1::.ctor()": {
- "Lines": {
- "40": 14
- },
- "Branches": [
- {
- "Line": 40,
- "Offset": 7,
- "EndOffset": 9,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 2
- },
- {
- "Line": 40,
- "Offset": 7,
- "EndOffset": 32,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 10
- }
- ]
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\ConductorBaseWithActiveItem.cs": {
- "Caliburn.Micro.ConductorBaseWithActiveItem`1": {
- "T Caliburn.Micro.ConductorBaseWithActiveItem`1::get_ActiveItem()": {
- "Lines": {
- "19": 14
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.ConductorBaseWithActiveItem`1::set_ActiveItem(T)": {
- "Lines": {
- "20": 3
- },
- "Branches": []
- },
- "System.Object Caliburn.Micro.ConductorBaseWithActiveItem`1::Caliburn.Micro.IHaveActiveItem.get_ActiveItem()": {
- "Lines": {
- "29": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.ConductorBaseWithActiveItem`1::Caliburn.Micro.IHaveActiveItem.set_ActiveItem(System.Object)": {
- "Lines": {
- "30": 0
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task Caliburn.Micro.ConductorBaseWithActiveItem`1::ChangeActiveItemAsync(T,System.Boolean)": {
- "Lines": {
- "61": 0
- },
- "Branches": []
- }
- },
- "Caliburn.Micro.ConductorBaseWithActiveItem`1/d__7": {
- "System.Void Caliburn.Micro.ConductorBaseWithActiveItem`1/d__7::MoveNext()": {
- "Lines": {
- "42": 4,
- "44": 4,
- "45": 4,
- "47": 4,
- "49": 4,
- "50": 4,
- "52": 4,
- "53": 4
- },
- "Branches": [
- {
- "Line": 49,
- "Offset": 184,
- "EndOffset": 186,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 4
- },
- {
- "Line": 49,
- "Offset": 184,
- "EndOffset": 290,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 4
- }
- ]
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\ConductorExtensions.cs": {
- "Caliburn.Micro.ConductorExtensions": {
- "System.Threading.Tasks.Task Caliburn.Micro.ConductorExtensions::ActivateItemAsync(Caliburn.Micro.IConductor,System.Object)": {
- "Lines": {
- "17": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\ContainerExtensions.cs": {
- "Caliburn.Micro.ContainerExtensions": {
- "Caliburn.Micro.SimpleContainer Caliburn.Micro.ContainerExtensions::Singleton(Caliburn.Micro.SimpleContainer,System.String)": {
- "Lines": {
- "22": 7,
- "36": 7,
- "37": 7
- },
- "Branches": []
- },
- "Caliburn.Micro.SimpleContainer Caliburn.Micro.ContainerExtensions::PerRequest(Caliburn.Micro.SimpleContainer,System.String)": {
- "Lines": {
- "49": 3,
- "63": 3,
- "64": 3
- },
- "Branches": []
- },
- "Caliburn.Micro.SimpleContainer Caliburn.Micro.ContainerExtensions::Instance(Caliburn.Micro.SimpleContainer,TService)": {
- "Lines": {
- "76": 0,
- "77": 0
- },
- "Branches": []
- },
- "Caliburn.Micro.SimpleContainer Caliburn.Micro.ContainerExtensions::Handler(Caliburn.Micro.SimpleContainer,System.Func`2)": {
- "Lines": {
- "90": 0,
- "91": 0
- },
- "Branches": []
- },
- "Caliburn.Micro.SimpleContainer Caliburn.Micro.ContainerExtensions::AllTypesOf(Caliburn.Micro.SimpleContainer,System.Reflection.Assembly,System.Func`2)": {
- "Lines": {
- "105": 0,
- "107": 0,
- "110": 0,
- "111": 0,
- "112": 0,
- "113": 0,
- "114": 0,
- "115": 0,
- "116": 0,
- "118": 0,
- "120": 0,
- "123": 0
- },
- "Branches": [
- {
- "Line": 105,
- "Offset": 19,
- "EndOffset": 21,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 107,
- "Offset": 28,
- "EndOffset": 30,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 107,
- "Offset": 28,
- "EndOffset": 53,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 105,
- "Offset": 19,
- "EndOffset": 58,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 118,
- "Offset": 141,
- "EndOffset": 105,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- },
- {
- "Line": 118,
- "Offset": 141,
- "EndOffset": 143,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 112,
- "Offset": 17,
- "EndOffset": 19,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 112,
- "Offset": 25,
- "EndOffset": 27,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 112,
- "Offset": 33,
- "EndOffset": 35,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 0
- },
- {
- "Line": 112,
- "Offset": 17,
- "EndOffset": 53,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 112,
- "Offset": 25,
- "EndOffset": 53,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- },
- {
- "Line": 112,
- "Offset": 33,
- "EndOffset": 53,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 0
- }
- ]
- },
- "TService Caliburn.Micro.ContainerExtensions::GetInstance(Caliburn.Micro.SimpleContainer,System.String)": {
- "Lines": {
- "135": 6
- },
- "Branches": []
- },
- "System.Collections.Generic.IEnumerable`1 Caliburn.Micro.ContainerExtensions::GetAllInstances(Caliburn.Micro.SimpleContainer,System.String)": {
- "Lines": {
- "147": 1
- },
- "Branches": []
- },
- "System.Boolean Caliburn.Micro.ContainerExtensions::HasHandler(Caliburn.Micro.SimpleContainer,System.String)": {
- "Lines": {
- "159": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.ContainerExtensions::UnregisterHandler(Caliburn.Micro.SimpleContainer,System.String)": {
- "Lines": {
- "170": 0,
- "171": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\ContinueResultDecorator.cs": {
- "Caliburn.Micro.ContinueResultDecorator": {
- "System.Void Caliburn.Micro.ContinueResultDecorator::OnInnerResultCompleted(Caliburn.Micro.CoroutineExecutionContext,Caliburn.Micro.IResult,Caliburn.Micro.ResultCompletionEventArgs)": {
- "Lines": {
- "37": 0,
- "39": 0,
- "43": 0,
- "44": 0,
- "46": 0
- },
- "Branches": [
- {
- "Line": 37,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 37,
- "Offset": 6,
- "EndOffset": 16,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 37,
- "Offset": 14,
- "EndOffset": 16,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 37,
- "Offset": 14,
- "EndOffset": 40,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.ContinueResultDecorator::Continue(Caliburn.Micro.CoroutineExecutionContext)": {
- "Lines": {
- "53": 0,
- "54": 0,
- "55": 0,
- "57": 0,
- "58": 0,
- "63": 0,
- "64": 0,
- "65": 0,
- "66": 0,
- "67": 0,
- "69": 0,
- "70": 0,
- "71": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.ContinueResultDecorator::ContinueCompleted(System.Object,Caliburn.Micro.ResultCompletionEventArgs)": {
- "Lines": {
- "75": 0,
- "76": 0,
- "77": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.ContinueResultDecorator::.ctor(Caliburn.Micro.IResult,System.Func`1)": {
- "Lines": {
- "19": 0,
- "21": 0,
- "23": 0,
- "26": 0,
- "27": 0
- },
- "Branches": [
- {
- "Line": 21,
- "Offset": 8,
- "EndOffset": 10,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 21,
- "Offset": 8,
- "EndOffset": 21,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.ContinueResultDecorator::.cctor()": {
- "Lines": {
- "10": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\Coroutine.cs": {
- "Caliburn.Micro.Coroutine": {
- "System.Void Caliburn.Micro.Coroutine::BeginExecute(System.Collections.Generic.IEnumerator`1,Caliburn.Micro.CoroutineExecutionContext,System.EventHandler`1)": {
- "Lines": {
- "27": 0,
- "29": 0,
- "30": 0,
- "32": 0,
- "34": 0,
- "37": 0,
- "38": 0,
- "39": 0
- },
- "Branches": [
- {
- "Line": 32,
- "Offset": 44,
- "EndOffset": 46,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 32,
- "Offset": 44,
- "EndOffset": 53,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 38,
- "Offset": 67,
- "EndOffset": 69,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 38,
- "Offset": 67,
- "EndOffset": 75,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- },
- "System.Threading.Tasks.Task Caliburn.Micro.Coroutine::ExecuteAsync(System.Collections.Generic.IEnumerator`1,Caliburn.Micro.CoroutineExecutionContext)": {
- "Lines": {
- "49": 0,
- "51": 0,
- "52": 0,
- "53": 0,
- "54": 0,
- "55": 0,
- "56": 0,
- "57": 0,
- "58": 0,
- "59": 0,
- "60": 0,
- "61": 0,
- "62": 0,
- "63": 0,
- "64": 0,
- "65": 0,
- "67": 0
- },
- "Branches": [
- {
- "Line": 53,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 53,
- "Offset": 6,
- "EndOffset": 26,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 57,
- "Offset": 32,
- "EndOffset": 34,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 57,
- "Offset": 32,
- "EndOffset": 46,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- },
- "System.Void Caliburn.Micro.Coroutine::ExecuteOnCompleted(Caliburn.Micro.IResult,System.EventHandler`1)": {
- "Lines": {
- "72": 0,
- "73": 0,
- "74": 0,
- "75": 0,
- "76": 0,
- "77": 0,
- "78": 0,
- "79": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.Coroutine::.cctor()": {
- "Lines": {
- "12": 0,
- "17": 0,
- "84": 0,
- "85": 0,
- "86": 0,
- "87": 0,
- "88": 0,
- "89": 0,
- "90": 0,
- "91": 0,
- "92": 0,
- "93": 0,
- "94": 0,
- "95": 0,
- "96": 0,
- "97": 0,
- "98": 0
- },
- "Branches": [
- {
- "Line": 86,
- "Offset": 6,
- "EndOffset": 8,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 0
- },
- {
- "Line": 86,
- "Offset": 6,
- "EndOffset": 25,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 90,
- "Offset": 31,
- "EndOffset": 33,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 0
- },
- {
- "Line": 90,
- "Offset": 31,
- "EndOffset": 54,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 0
- }
- ]
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\CoroutineExecutionContext.cs": {
- "Caliburn.Micro.CoroutineExecutionContext": {
- "System.Object Caliburn.Micro.CoroutineExecutionContext::get_Source()": {
- "Lines": {
- "11": 0
- },
- "Branches": []
- },
- "System.Object Caliburn.Micro.CoroutineExecutionContext::get_View()": {
- "Lines": {
- "16": 0
- },
- "Branches": []
- },
- "System.Object Caliburn.Micro.CoroutineExecutionContext::get_Target()": {
- "Lines": {
- "21": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\DeactivateExtensions.cs": {
- "Caliburn.Micro.DeactivateExtensions": {
- "System.Threading.Tasks.Task Caliburn.Micro.DeactivateExtensions::DeactivateAsync(Caliburn.Micro.IDeactivate,System.Boolean)": {
- "Lines": {
- "16": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\DeactivationEventArgs.cs": {
- "Caliburn.Micro.DeactivationEventArgs": {
- "System.Boolean Caliburn.Micro.DeactivationEventArgs::get_WasClosed()": {
- "Lines": {
- "13": 19
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\DebugLog.cs": {
- "Caliburn.Micro.DebugLog": {
- "System.Void Caliburn.Micro.DebugLog::Info(System.String,System.Object[])": {
- "Lines": {
- "31": 0,
- "32": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.DebugLog::Warn(System.String,System.Object[])": {
- "Lines": {
- "41": 0,
- "42": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.DebugLog::Error(System.Exception)": {
- "Lines": {
- "50": 0,
- "51": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.DebugLog::.ctor(System.Type)": {
- "Lines": {
- "19": 0,
- "21": 0,
- "22": 0
- },
- "Branches": []
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\DefaultCloseStrategy.cs": {
- "Caliburn.Micro.DefaultCloseStrategy`1": {
- "System.Void Caliburn.Micro.DefaultCloseStrategy`1::.ctor(System.Boolean)": {
- "Lines": {
- "19": 1,
- "21": 1,
- "22": 1
- },
- "Branches": []
- }
- },
- "Caliburn.Micro.DefaultCloseStrategy`1/d__2": {
- "System.Void Caliburn.Micro.DefaultCloseStrategy`1/d__2::MoveNext()": {
- "Lines": {
- "27": 1,
- "28": 1,
- "30": 4,
- "32": 1,
- "34": 1,
- "36": 1,
- "38": 1,
- "41": 1,
- "45": 0,
- "47": 1,
- "49": 1,
- "51": 0,
- "54": 1,
- "55": 1
- },
- "Branches": [
- {
- "Line": 30,
- "Offset": 281,
- "EndOffset": 61,
- "Path": 1,
- "Ordinal": 5,
- "Hits": 1
- },
- {
- "Line": 32,
- "Offset": 96,
- "EndOffset": 101,
- "Path": 0,
- "Ordinal": 0,
- "Hits": 1
- },
- {
- "Line": 36,
- "Offset": 205,
- "EndOffset": 207,
- "Path": 0,
- "Ordinal": 2,
- "Hits": 1
- },
- {
- "Line": 36,
- "Offset": 205,
- "EndOffset": 224,
- "Path": 1,
- "Ordinal": 3,
- "Hits": 1
- },
- {
- "Line": 32,
- "Offset": 96,
- "EndOffset": 241,
- "Path": 1,
- "Ordinal": 1,
- "Hits": 0
- },
- {
- "Line": 30,
- "Offset": 281,
- "EndOffset": 286,
- "Path": 0,
- "Ordinal": 4,
- "Hits": 1
- },
- {
- "Line": 49,
- "Offset": 325,
- "EndOffset": 327,
- "Path": 0,
- "Ordinal": 6,
- "Hits": 1
- },
- {
- "Line": 49,
- "Offset": 333,
- "EndOffset": 335,
- "Path": 0,
- "Ordinal": 8,
- "Hits": 0
- },
- {
- "Line": 49,
- "Offset": 325,
- "EndOffset": 346,
- "Path": 1,
- "Ordinal": 7,
- "Hits": 1
- },
- {
- "Line": 49,
- "Offset": 333,
- "EndOffset": 346,
- "Path": 1,
- "Ordinal": 9,
- "Hits": 1
- }
- ]
- }
- }
- },
- "D:\\caliburn.micro\\src\\Caliburn.Micro.Core\\DefaultPlatformProvider.cs": {
- "Caliburn.Micro.DefaultPlatformProvider": {
- "System.Boolean Caliburn.Micro.DefaultPlatformProvider::get_InDesignMode()": {
- "Lines": {
- "18": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.DefaultPlatformProvider::BeginOnUIThread(System.Action)": {
- "Lines": {
- "27": 0,
- "28": 0
- },
- "Branches": []
- },
- "System.Threading.Tasks.Task Caliburn.Micro.DefaultPlatformProvider::OnUIThreadAsync(System.Func`1)": {
- "Lines": {
- "37": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.DefaultPlatformProvider::OnUIThread(System.Action)": {
- "Lines": {
- "46": 17,
- "47": 17
- },
- "Branches": []
- },
- "System.Boolean Caliburn.Micro.DefaultPlatformProvider::get_PropertyChangeNotificationsOnUIThread()": {
- "Lines": {
- "52": 16
- },
- "Branches": []
- },
- "System.Object Caliburn.Micro.DefaultPlatformProvider::GetFirstNonGeneratedView(System.Object)": {
- "Lines": {
- "69": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.DefaultPlatformProvider::ExecuteOnFirstLoad(System.Object,System.Action`1)": {
- "Lines": {
- "80": 0,
- "81": 0
- },
- "Branches": []
- },
- "System.Void Caliburn.Micro.DefaultPlatformProvider::ExecuteOnLayoutUpdated(System.Object,System.Action`1)": {
- "Lines": {
- "90": 0,
- "91": 0
- },
- "Branches": []
- },
- "System.Func`2 Caliburn.Micro.DefaultPlatformProvider::GetViewCloseAction(System.Object,System.Collections.Generic.ICollection`1